Skip to content

Commit

Permalink
3.0.11 update
Browse files Browse the repository at this point in the history
  • Loading branch information
dgosbell committed Nov 21, 2023
1 parent 9ff6149 commit d7a9005
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions blog/2023-11-21-v3_0_11/index.mdx
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
4 changes: 2 additions & 2 deletions static/CurrentReleaseVersion.json
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"
}
}

0 comments on commit d7a9005

Please sign in to comment.