Forum Discussion
page names from reports
Connect to the Usage Dataset using DAX Studio, then write a query in DAX using SUMMARIZECOLUMNS() to get the data you need.
Then in Power BI Desktop, create a connection in Power Query to SQL Server Analysis Services and paste the DAX Query from DAX Studio into the Advanced box. You need to include the EVALUATE statement.
Now you have the table you need in Power Query. Rename fields and shape as desired, then load it.
Hi - I thought that would work to, but when you create the usage reports (https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-modern-usage-metrics); they are not visible in dax studio when you connect to the workspace.
- edhans3 years ago
Community Champion
That is interesting. I can see it with Tabular Editor 3 which also allows me to write queries, so that seems to be an issue with DAX Studio. I have opened a ticket to see if this is a DAX Studio bug or some setting that we need to change.
- jgray723 years ago
Helper II
Thank you!