Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I'm working in Power BI Report Builder version 15.6.1532.5
Please help me understand why when I hit the "Query Designer" button in Dataset Properties, this window pops up and requires DAX.
But, most relevant searchers for help on the internet show this window appears after the "Query Designer" button is clicked, that seems to be using SQL.
Solved! Go to Solution.
Hi @KReynolds
This is because when using Paginated reports it is connecting to the Tabular Model which has a query language called DAX.
Previous versions of SQL Server Reporting Services connected to SQL Server and used the query language of TSQL.
You can drag and drop the columns into the Query builder and it will automatically create the DAX for you.
I know this is an old topic, but since none of the answers really answered the person's question, at least not as the software is currently, I would add an answer.
If your data source is from a Power BI connection, then you will see the interface that writes DAX. The data from the pbix files and from deployed Power BI datasets are stored as Tabular (SSAS) format or at least using the XVelocity engine from Tabular SSAS, and thus the usage of DAX.
If your data source in the report is an MS SQL Server or other supported relational data source then you will see the more commonly documented query designer which in my opinion is a LOT more confusing and less intuitive than the Query Designer in SSMS and also the one in Visual Studio from SSRS.
Query Designer is a bug and should be removed/commented out
Vote to have QD removed from the m$ code base.
Hi @KReynolds
This is because when using Paginated reports it is connecting to the Tabular Model which has a query language called DAX.
Previous versions of SQL Server Reporting Services connected to SQL Server and used the query language of TSQL.
You can drag and drop the columns into the Query builder and it will automatically create the DAX for you.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.