Forum Discussion

mantukumar's avatar
mantukumar
New Member
1 year ago
Solved

How to Trace Power BI Measure Dependencies with C# or Python

Problem Statement A large number of DAX measures exist within a Power BI file, many of which appear unused, but cannot be deleted due to uncertainty around hidden dependencies. Measures cannot b...
  • lbendlin's avatar
    lbendlin
    1 year ago

    Sort of. You can use the REST API for the inventory of the semantic models. but then you need to use XMLA endpoints and run DMV queries (or use the INFO.* DAX functions) against each semantic model individually.