<?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 disaggregate a total amount into lower levels in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-disaggregate-a-total-amount-into-lower-levels/m-p/737978#M2149</link>
    <description>&lt;P&gt;&lt;LI-MESSAGE title="@darlove" uid="731072" url="https://community.powerbi.com/t5/DAX-Commands-and-Tips/Ranking-and-Count-using-DAX/m-p/731072#U731072"&gt;&lt;/LI-MESSAGE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I calculate then instead of just disaggregating the budget amount evenly across invoices, how can I calculate the percent the invoice is to the total net amount for invoices charged to that specific lawsuit and then divide the budget based upon that percent?&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2019 18:19:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-07-11T18:19:48Z</dc:date>
    <item>
      <title>How to disaggregate a total amount into lower levels</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-disaggregate-a-total-amount-into-lower-levels/m-p/727812#M1604</link>
      <description>&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having trouble figuring out the DAX here. Want to create a calculated column that will disaggregate the paid to date for a lawsuit by the separate invoices. For Example: $1000 has been paid out for Lawsuit Key Value 1. There are 4 invoices for that lawsuit, thus in column 5 the value needs to be 250 for Lawsuit Value 1. What is the DAX formula here? Thanks all! Pic below.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2019 00:18:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-disaggregate-a-total-amount-into-lower-levels/m-p/727812#M1604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-30T00:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to disaggregate a total amount into lower levels</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-disaggregate-a-total-amount-into-lower-levels/m-p/727848#M1607</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Goal =
[Amount paid to date for law suit]
    / CALCULATE (
        COUNTROWS ( TableName ),
        ALLEXCEPT ( TableName, TableName[Lawsuitkey] )
    )
&lt;/PRE&gt;</description>
      <pubDate>Sun, 30 Jun 2019 05:26:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-disaggregate-a-total-amount-into-lower-levels/m-p/727848#M1607</guid>
      <dc:creator>Zubair_Muhammad</dc:creator>
      <dc:date>2019-06-30T05:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to disaggregate a total amount into lower levels</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-disaggregate-a-total-amount-into-lower-levels/m-p/727917#M1611</link>
      <description>&lt;P&gt;Beautiful. Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="42973" data-lia-user-login="Zubair_Muhammad" class="lia-mention lia-mention-user"&gt;Zubair_Muhammad&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2019 20:00:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-disaggregate-a-total-amount-into-lower-levels/m-p/727917#M1611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-30T20:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to disaggregate a total amount into lower levels</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-disaggregate-a-total-amount-into-lower-levels/m-p/733010#M1861</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="42973" data-lia-user-login="Zubair_Muhammad" class="lia-mention lia-mention-user"&gt;Zubair_Muhammad&lt;/a&gt;&amp;nbsp; One more question. What then would be the DAX formula to calculate the percent change between the amount paid and the amount budgeted. The formula is in the picture I've attached. You've been a tremendous help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 17:51:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-disaggregate-a-total-amount-into-lower-levels/m-p/733010#M1861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-05T17:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to disaggregate a total amount into lower levels</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-disaggregate-a-total-amount-into-lower-levels/m-p/733196#M1866</link>
      <description>&lt;P&gt;Here's the formula for your column:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Percent Change = 
var __actual = TableName[Actual Paid to Date Spread]
var __budgeted = TableName[Budgeted for Lawsuit]
var __percentChangeFromBudgeted =
    DIVIDE(
        __actual - __budgeted,
        __budgeted
    )
return
    __percentChangeFromBudgeted&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Please always precede the name of a column with the name of the table it belongs to and never precede the name of a measure with the name of the table it belongs to.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second, the formula does not multiply by 100 because this is not how it should work. It returns a number and you have to format it as percentage using the formatting group in the ribbon:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2019 07:56:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-disaggregate-a-total-amount-into-lower-levels/m-p/733196#M1866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-06T07:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to disaggregate a total amount into lower levels</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-disaggregate-a-total-amount-into-lower-levels/m-p/737978#M2149</link>
      <description>&lt;P&gt;&lt;LI-MESSAGE title="@darlove" uid="731072" url="https://community.powerbi.com/t5/DAX-Commands-and-Tips/Ranking-and-Count-using-DAX/m-p/731072#U731072"&gt;&lt;/LI-MESSAGE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I calculate then instead of just disaggregating the budget amount evenly across invoices, how can I calculate the percent the invoice is to the total net amount for invoices charged to that specific lawsuit and then divide the budget based upon that percent?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 18:19:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-disaggregate-a-total-amount-into-lower-levels/m-p/737978#M2149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-11T18:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to disaggregate a total amount into lower levels</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-disaggregate-a-total-amount-into-lower-levels/m-p/738515#M2160</link>
      <description>&lt;P&gt;Have a look at this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.daxpatterns.com/budget-patterns/" target="_blank"&gt;https://www.daxpatterns.com/budget-patterns/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 08:16:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-disaggregate-a-total-amount-into-lower-levels/m-p/738515#M2160</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-12T08:16:34Z</dc:date>
    </item>
  </channel>
</rss>

