Skip to content

Releases: sql-bi/Bravo

Bravo v1.0.11

25 Sep 20:47
ef6c8eb

Choose a tag to compare

Download (64 bit)

What's Changed

Bug fixes

  • Fixes a bug introduced in version 1.0.10 that caused the application to crash when connecting to a local PBI Desktop instance by selecting “Attach to Power BI Desktop". #892

Bravo v1.0.10

17 Sep 14:02
2bd815f

Choose a tag to compare

Download (64 bit)

What's Changed

Bug fixes

  • Fix Could not resolve link to object with Id '%' error when connecting to Power BI models with compatibility level 1702 (#882)

Dependencies

Other Changes

Full Changelog: v1.0.9...v1.0.10

Bravo v1.0.9

31 Jul 09:50
f3dfc86

Choose a tag to compare

Download (64 bit)

Bug fixes

  • Manage Dates - Fix incorrect definition of the Japanese Greenery Day holiday (#790)
  • Manage Dates - Fix incorrect definition of the Icelandic Frídagur verslunarmanna holiday (#791)
  • Manage Dates - Remove unofficial Danish holiday definitions (#801 thanks @jkoinnovatedk)
  • Languages - Fix French translation errors (#795 thanks @datastronaut)

Enhancements

  • Manage Dates - Add translations for Danish holiday names (#793 thanks @jkoinnovatedk)
  • Export Data - Add experimental setting to support exporting data larger than 4 GiB to Excel (#796)

Other

  • VPAX - Updated VertiPaq-Analyzer to 1.6.0 (#800)

Bravo v1.0.8

12 Apr 09:34
1e9c78b

Choose a tag to compare

Download (64 bit)

Bug fixes

  • Format DAX - Fixed an error that occurred when formatting measures with empty expressions (#778)
  • Manage Dates - Updated SubstituteHoliday to FridayIfSaturdayOrMondayIfSunday for US/Christmas Day in holiday definition (#771)
  • Manage Dates - Fixed an error that occurred when using 0 (Sunday) as the WeekDayNumber in holiday definitions (#766)
  • Manage Dates - Fixed an issue where the substitute day date for Christmas Day was incorrectly assigned (#576, #555)
  • Export Data - Fixed an error that occurred when exporting data to XLSX from empty tables (#774)

Other

  • VPAX - Updated VertiPaq-Analyzer to 1.5.1

Bravo v1.0.7

13 Feb 08:41
62fd8d7

Choose a tag to compare

Download (64 bit)

Bug fixes

  • Export Data - Added support for exporting data in row batch mode to prevent the There's not enough memory to complete this operation error (#758)
  • Manage Dates - Fixed typo in definition description (#760)
  • Manage Dates - Fixed issue where modifying parameters of a custom calendar template threw an error unless the template file resided in the exact same location as the user who created it (#764, #742, #741)

Other

  • VPAX - Updated VertiPaq-Analyzer to 1.3.3

New Contributors

Full Changelog: v1.0.6...v1.0.7

Bravo v1.0.6

20 Oct 13:33
7105201

Choose a tag to compare

Download (64 bit)

Bug fixes

  • Manage Dates - Fixed error Sequence contains no matching element (#730)
  • Manage Dates - Holiday name incorrectly translated (Danish template) (#709)
  • Manage Dates - Icelandic holidays template not available (#718)
  • Fixed error at startup The group or resource is not in the correct state to perform the requested operation (#681)

Other

  • VPAX - Updated VertiPaq-Analyzer to 1.3.2

Bravo v1.0.5

11 Aug 14:45
92e9e98

Choose a tag to compare

Download (64 bit)

Enhancements

  • Manage Dates - Add Iceland (IS) holidays (#695 thanks @Eiriksra)

Other

  • VPAX - Updated VertiPaq-Analyzer to 1.3.0

Bravo v1.0.4

26 Jun 11:30
8ec05f2

Choose a tag to compare

Download (64 bit)

Bug fixes

  • Manage Dates - fixed bug where date template automatic scan Inactive Relationships option did not include active relationships (#686)
  • Analyze Model - fixed error The specified column was not found in the context at line 3, column 5 when a model contains Dynamic Format Strings (#690, #691)

Bravo v1.0.3

15 Jun 09:03
47cae1d

Choose a tag to compare

Download (64 bit)

Bug fixes

  • Fixed error User does not have permission to call the Discover method (#633)
  • Fixed error where Bravo cannot find open Power BI Desktop instances or shows NOT AVAILABLE and loses connection to Power BI Desktop report after few seconds (#671)
  • Fixed error Error 200: Power BI Desktop process is opening or the Analysis Services instance is not yet ready (#671)

Bravo v1.0.2

21 Mar 13:16
00f2af5

Choose a tag to compare

Download (64 bit)

Enhancements

Bug fixes

  • Export Data - fixed issue where export to Excel generates files with an error (#558)
  • Manage Dates - fixed error 'Item '%' already exists in the collection' (#569)
  • Fixed error that prevented the app from being used in a multisession environment like TerminalServer/Citrix (#591)

Other

  • Manage Dates - set default value OFF for the holidays table toggle button

New Contributors