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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ggittons
Regular Visitor

list formulas from a report

Does anybody know if its possible to extract into a single list all the formula from a specific report?

1 ACCEPTED SOLUTION
Phil_Seamark
Employee
Employee

Download DAX Studio

 

run the following against your PBI Desktop (one at a time)

 

select * from $SYSTEM.TMSCHEMA_MEASURES
select * from $SYSTEM.TMSCHEMA_COLUMNS where [Type]  = 2;

To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

View solution in original post

5 REPLIES 5
Baskar
Resident Rockstar
Resident Rockstar

Have alook on this vedio it will solve your problem.

 

http://www.sqlbi.com/tv/vertipaq-analyzer-1-7/

 

Phil_Seamark
Employee
Employee

Download DAX Studio

 

run the following against your PBI Desktop (one at a time)

 

select * from $SYSTEM.TMSCHEMA_MEASURES
select * from $SYSTEM.TMSCHEMA_COLUMNS where [Type]  = 2;

To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

v-ljerr-msft
Employee
Employee

Hi @ggittons,

 

If you want to list formulas from a report for better managing all the measures, here is a similar idea shared on Power BI Ideas. You can vote it up and add your comments there to improve Power BI on this feature.Smiley Happy

 

Regards

ibarrau
Super User
Super User

I don't believe it's possible to extract all your dax formulas to a list automatically. However you can copy all the formulas in power query listed in "Advanced Editor".


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

Get Dax Studio. You can extract all sorts of things with that, including measures.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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