Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
jgray72
Helper II
Helper II

page names from reports

Hi - how can I easily query all the reports and page names from a workspace?  We are trying to create a report for end users where they can search through all the reports/page names.  I can get a report name/page name in a usage report, but it can't be turned into a dataflow and I can't see the dax.  I can also connect to the workspace in SSMS, but there doesn't appear to be page names (or they are coded).  

 

 

4 REPLIES 4
edhans
Super User
Super User

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.




Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

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.  

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.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

Thank you!

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors