<?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: dax help in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-help/m-p/4108764#M163046</link>
    <description>&lt;P&gt;&lt;FONT&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="398723" data-lia-user-login="ROG" class="lia-mention lia-mention-user"&gt;ROG&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;After all this time, has your problem been resolved, or has a new issue arisen? If you haven't solved it yet, you can upload your instance data or pbix file, which will help to solve your problem faster.&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Hope it helps!&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Community Support Team_ Tom Shen&lt;/P&gt;
&lt;P&gt;If this post helps then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2024 08:39:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-08-20T08:39:26Z</dc:date>
    <item>
      <title>dax help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-help/m-p/4075545#M161820</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;I am trying to calculate net churn: (gross churn - reactivations) / base&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;but if reactivations are greater than gross churn, I want it to return 0&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;so basically the numerator would be something like: max((gross churn - reactivations), 0)&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;But can’t figure it out&amp;nbsp;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Thanks!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 08:42:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-help/m-p/4075545#M161820</guid>
      <dc:creator>ROG</dc:creator>
      <dc:date>2024-08-02T08:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: dax help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-help/m-p/4075552#M161821</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="398723" data-lia-user-login="ROG" class="lia-mention lia-mention-user"&gt;ROG&lt;/a&gt;&amp;nbsp;, Please try below DAX&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Net Churn = &lt;BR /&gt;VAR GrossChurn = SUM('YourTable'[GrossChurn])&lt;BR /&gt;VAR Reactivations = SUM('YourTable'[Reactivations])&lt;BR /&gt;VAR Base = SUM('YourTable'[Base])&lt;BR /&gt;RETURN&lt;BR /&gt;IF(&lt;BR /&gt;Base = 0,&lt;BR /&gt;0,&lt;BR /&gt;MAX((GrossChurn - Reactivations), 0) / Base&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 08:47:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-help/m-p/4075552#M161821</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2024-08-02T08:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: dax help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-help/m-p/4108764#M163046</link>
      <description>&lt;P&gt;&lt;FONT&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="398723" data-lia-user-login="ROG" class="lia-mention lia-mention-user"&gt;ROG&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;After all this time, has your problem been resolved, or has a new issue arisen? If you haven't solved it yet, you can upload your instance data or pbix file, which will help to solve your problem faster.&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Hope it helps!&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Community Support Team_ Tom Shen&lt;/P&gt;
&lt;P&gt;If this post helps then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 08:39:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-help/m-p/4108764#M163046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-20T08:39:26Z</dc:date>
    </item>
  </channel>
</rss>

