-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
slug: v3_0_10-release | ||
title: v3.0.10 Release | ||
authors: [dgosbell] | ||
tags: [daxstudio] | ||
--- | ||
import Issue from '@site/src/components/Github-Issue'; | ||
|
||
# DAX Studio version 3.0.11 | ||
|
||
Today we are happy to announce the release of version 3.0.11 of DAX Studio which includes the following fix. | ||
|
||
## Updates | ||
* Improved Query Folding logic | ||
* updated vpax libraries | ||
* fixed <Issue id="1189"/> no longer counting RowNumber as user column in vertipaq analyzer | ||
|
||
## Fixes | ||
* fixed <Issue id="1200"/> "An item with the same key has already been added" error when connecting to Power BI | ||
* fixed <Issue id="1188"/> error when testing roles on SSAS | ||
* fixed bug in status bar for powerpivot connections | ||
* fixed <Issue id="1180"/> detection of multiple parameters on one line | ||
* fixed <Issue id="1178"/> Query Builder new measure showing permissions issue | ||
* fixed <Issue id="1172"/> vertipaq analyzer summary always shows unknown.pbix | ||
* fixed <Issue id="1171"/> error when loading perf data | ||
* Fixed Query Folding crashes with certain regional settings | ||
* fixed <Issue id="1170"/> cancelling closing DAX Studio also cancels closing open documents | ||
* fixed <Issue id="1169"/> error when opening files with Query Builder open |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"Version": "3.0.10.962", | ||
"Version": "3.0.11.982", | ||
"DownloadUrl": "https://daxstudio.org", | ||
"PreRelease": { | ||
"Version": "3.0.10.962", | ||
"Version": "3.0.11.982", | ||
"DownloadUrl": "https://github.com/daxstudio/daxstudio/releases" | ||
} | ||
} |