The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
Solved! Go to Solution.
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
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.
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
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