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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Catman
Frequent Visitor

Displaying DAX Report Local measures

We are trying to create Data Dictionary for our datasets and one of the attribute is to show the DAX measures in the Dataset as well as report specific measures. e.g. Calculate ( sumx())

 

We are using info.view.measures and it works by showing everything in the Dataset. However, the report local measures are not shown, when I want to apply to a specific report.

 

Do I use the same DAX function - info.view.measures or have to another one?

 

Thanks

1 ACCEPTED SOLUTION
FBergamaschi
Solution Sage
Solution Sage

Report measures are not in the Dataset and the Dataset does not know about them, they are only included in the json of the report so you cannot use those functions to list them, these fucntions work at the semantic model (dataset) level.

 

If this helped, please consider giving kudos and mark as a solution

@me in replies or I'll lose your thread

consider voting this Power BI idea

Francesco Bergamaschi

MBA, M.Eng, M.Econ, Professor of BI

View solution in original post

3 REPLIES 3
v-venuppu
Community Support
Community Support

Hi @Catman ,

Thank you for reaching out to Microsoft Fabric Community.

Thank you @MasonMA @FBergamaschi for the prompt response.

I wanted to check if you had the opportunity to review the information provided and resolve the issue..?Please let us know if you need any further assistance.We are happy to help.

Thank you.

MasonMA
Memorable Member
Memorable Member

@Catman 

 

Hi, I normally manually document those local measures:), however you may try some external tools like Tabular Editor and see if those measures can be exported from the tool.

Thanks 

FBergamaschi
Solution Sage
Solution Sage

Report measures are not in the Dataset and the Dataset does not know about them, they are only included in the json of the report so you cannot use those functions to list them, these fucntions work at the semantic model (dataset) level.

 

If this helped, please consider giving kudos and mark as a solution

@me in replies or I'll lose your thread

consider voting this Power BI idea

Francesco Bergamaschi

MBA, M.Eng, M.Econ, Professor of BI

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors