<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to Trace Power BI Measure Dependencies with C# or Python in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Trace-Power-BI-Measure-Dependencies-with-C-or-Python/m-p/4766920#M62253</link>
    <description>&lt;P&gt;Thank&amp;nbsp;lbendlin but can we create our own using Power BI API services?&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jul 2025 11:49:59 GMT</pubDate>
    <dc:creator>mantukumar</dc:creator>
    <dc:date>2025-07-17T11:49:59Z</dc:date>
    <item>
      <title>How to Trace Power BI Measure Dependencies with C# or Python</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Trace-Power-BI-Measure-Dependencies-with-C-or-Python/m-p/4764437#M62231</link>
      <description>&lt;P&gt;&lt;!-- StartFragment  --&gt;&lt;/P&gt;&lt;P&gt;Problem Statement&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;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.&lt;/LI&gt;&lt;LI&gt;Measures cannot be safely modified, as they might be referenced in visuals or by other measures—leading to potential disruptions in the reporting logic.&lt;/LI&gt;&lt;LI&gt;There is currently no automated way to trace how and where measures are referenced—either directly or indirectly—in other measures or visuals.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;!-- EndFragment  --&gt;&lt;/P&gt;&lt;P&gt;&lt;!-- StartFragment  --&gt;&lt;/P&gt;&lt;P&gt;I’m planning to develop a standalone application using either &lt;STRONG&gt;C#&lt;/STRONG&gt; or &lt;STRONG&gt;Python&lt;/STRONG&gt; that connects to the Power BI API service. The application should perform necessary data extraction and transformations—such as analyzing DAX measure dependencies and usage across visuals—and output the results into a structured &lt;STRONG&gt;CSV file&lt;/STRONG&gt; for further analysis.&lt;/P&gt;&lt;P&gt;I’d appreciate expert guidance on:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The &lt;STRONG&gt;best approach&lt;/STRONG&gt; for building this application&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Recommended frameworks and libraries&lt;/STRONG&gt; for Power BI integration&lt;/LI&gt;&lt;LI&gt;How to &lt;STRONG&gt;efficiently transform and organize&lt;/STRONG&gt; the data&lt;/LI&gt;&lt;LI&gt;Any best practices or pitfalls to avoid during development"&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 16 Jul 2025 01:58:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Trace-Power-BI-Measure-Dependencies-with-C-or-Python/m-p/4764437#M62231</guid>
      <dc:creator>mantukumar</dc:creator>
      <dc:date>2025-07-16T01:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trace Power BI Measure Dependencies with C# or Python</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Trace-Power-BI-Measure-Dependencies-with-C-or-Python/m-p/4765202#M62236</link>
      <description>&lt;P&gt;Have you considered using tools that are already available, like MeasureKiller by Georg Brunner?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;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.&lt;/LI-CODE&gt;
&lt;P&gt;A measure only incurs cost when it is used.&amp;nbsp; An unused measure may impact maintainability but has no impact on system performance.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 11:50:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Trace-Power-BI-Measure-Dependencies-with-C-or-Python/m-p/4765202#M62236</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-07-16T11:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trace Power BI Measure Dependencies with C# or Python</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Trace-Power-BI-Measure-Dependencies-with-C-or-Python/m-p/4766920#M62253</link>
      <description>&lt;P&gt;Thank&amp;nbsp;lbendlin but can we create our own using Power BI API services?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 11:49:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Trace-Power-BI-Measure-Dependencies-with-C-or-Python/m-p/4766920#M62253</guid>
      <dc:creator>mantukumar</dc:creator>
      <dc:date>2025-07-17T11:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trace Power BI Measure Dependencies with C# or Python</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Trace-Power-BI-Measure-Dependencies-with-C-or-Python/m-p/4767049#M62256</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 13:29:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Trace-Power-BI-Measure-Dependencies-with-C-or-Python/m-p/4767049#M62256</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-07-17T13:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trace Power BI Measure Dependencies with C# or Python</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Trace-Power-BI-Measure-Dependencies-with-C-or-Python/m-p/4771114#M62292</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1245178" data-lia-user-login="mantukumar" class="lia-mention lia-mention-user"&gt;mantukumar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope the information provided by &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;was helpful. If you still have questions, please don't hesitate to reach out to the community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 15:29:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Trace-Power-BI-Measure-Dependencies-with-C-or-Python/m-p/4771114#M62292</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2025-07-21T15:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trace Power BI Measure Dependencies with C# or Python</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Trace-Power-BI-Measure-Dependencies-with-C-or-Python/m-p/4775394#M62319</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1245178" data-lia-user-login="mantukumar" class="lia-mention lia-mention-user"&gt;mantukumar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to check if you had the opportunity to review the information provided by user. Please feel free to contact us if you have any further questions.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 16:31:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Trace-Power-BI-Measure-Dependencies-with-C-or-Python/m-p/4775394#M62319</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2025-07-24T16:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Trace Power BI Measure Dependencies with C# or Python</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-Trace-Power-BI-Measure-Dependencies-with-C-or-Python/m-p/4778308#M62378</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1245178" data-lia-user-login="mantukumar" class="lia-mention lia-mention-user"&gt;mantukumar&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope everything’s going smoothly on your end. We haven’t heard back from you, so I wanted to check if the issue got sorted. if you have any other issues please reach community.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 09:34:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-Trace-Power-BI-Measure-Dependencies-with-C-or-Python/m-p/4778308#M62378</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2025-07-28T09:34:15Z</dc:date>
    </item>
  </channel>
</rss>

