<?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 formula needed to extrapolate missing values in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-needed-to-extrapolate-missing-values/m-p/3413619#M129105</link>
    <description>&lt;P&gt;That works. Thank you&lt;/P&gt;</description>
    <pubDate>Mon, 04 Sep 2023 10:16:38 GMT</pubDate>
    <dc:creator>Mooma</dc:creator>
    <dc:date>2023-09-04T10:16:38Z</dc:date>
    <item>
      <title>DAX formula needed to extrapolate missing values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-needed-to-extrapolate-missing-values/m-p/3411181#M128950</link>
      <description>&lt;P&gt;Dataset:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I have so far:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Sales % = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[Sales]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[Sales]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;))))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Profit = &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;([Profit Amount])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Only profit of Id = aaa is always available.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I need to extrapolate "Profit" for Ids bbb, ccc, ddd.&amp;nbsp;Sales % depends how many Ids selected.&lt;/DIV&gt;&lt;DIV&gt;It should calculate Total profit = 1000 / 60% = 1666.67&lt;/DIV&gt;&lt;DIV&gt;Profit of bbb = Total profit * 20% and so on.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Expected result if all Ids selected:&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;Expected result if only Ids aaa and bbb selected:&lt;/P&gt;&lt;img /&gt;&lt;P&gt;I appreciate your help.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Sep 2023 15:10:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-needed-to-extrapolate-missing-values/m-p/3411181#M128950</guid>
      <dc:creator>Mooma</dc:creator>
      <dc:date>2023-09-01T15:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: DAX formula needed to extrapolate missing values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-needed-to-extrapolate-missing-values/m-p/3411988#M128977</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="611499" data-lia-user-login="Mooma" class="lia-mention lia-mention-user"&gt;Mooma&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure if I am addressing your question properly, as you already have extrapolated profits in the visualization, but does the following measure answer your question?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Sep 2023 14:03:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-needed-to-extrapolate-missing-values/m-p/3411988#M128977</guid>
      <dc:creator>DataNinja777</dc:creator>
      <dc:date>2023-09-02T14:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: DAX formula needed to extrapolate missing values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-needed-to-extrapolate-missing-values/m-p/3413326#M129088</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="608865" data-lia-user-login="DataNinja777" class="lia-mention lia-mention-user"&gt;DataNinja777&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Extrapolated profit" result is what I'm looking for, unfortunately I cannot replicate it.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I see you added table "ID". What are the relationships?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 08:14:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-needed-to-extrapolate-missing-values/m-p/3413326#M129088</guid>
      <dc:creator>Mooma</dc:creator>
      <dc:date>2023-09-04T08:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: DAX formula needed to extrapolate missing values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-needed-to-extrapolate-missing-values/m-p/3413534#M129098</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/611499" target="_blank"&gt;@Mooma,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The relationship between the ID dimension table and two fact tables with numbers&lt;/P&gt;&lt;P&gt;are as shown below, as both fact tables contained the numbers, I thought it is easier to separate out the ID dimension table for clarification purposes and create relationships with the two fact tables.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I attach the pbix file for this task:&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/u/s!AlqFfzVTqicpnW54pZuvMrAu9qKv?e=ANmLbD" target="_blank"&gt;https://1drv.ms/u/s!AlqFfzVTqicpnW54pZuvMrAu9qKv?e=ANmLbD&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 09:39:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-needed-to-extrapolate-missing-values/m-p/3413534#M129098</guid>
      <dc:creator>DataNinja777</dc:creator>
      <dc:date>2023-09-04T09:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: DAX formula needed to extrapolate missing values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-needed-to-extrapolate-missing-values/m-p/3413619#M129105</link>
      <description>&lt;P&gt;That works. Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 10:16:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-formula-needed-to-extrapolate-missing-values/m-p/3413619#M129105</guid>
      <dc:creator>Mooma</dc:creator>
      <dc:date>2023-09-04T10:16:38Z</dc:date>
    </item>
  </channel>
</rss>

