Skip to content

Implementing function get_measures_list #3

@viktor-taraba

Description

@viktor-taraba

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions