-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Desired functionality:
A function that given the name of a report returns a list of measures used in it, along with information about:
- the table in which each measure is created
- the measure name
- its definition (DAX expression)
The output should be available in different formats (e.g., tabular view, Excel file, etc.).
Purpose:
- To implement functionality that is not available in this form in Power BI, but is useful during report development - especially when refining or optimizing existing reports.
- To analyze dependencies between measures and identify unused ones - this is important for optimization, and for understanding the impact of removing or modifying measures (perhaps will be done as a separate function with more details about dependencies).
Russell-Shean
Metadata
Metadata
Assignees
Labels
No labels