<?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: Measure not changing value with decomposition tree in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-changing-value-with-decomposition-tree/m-p/1224452#M19909</link>
    <description>&lt;P&gt;Simple Table&amp;nbsp; is not working as it gives Out of memory error in PBI desktop as well as in service&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jul 2020 11:04:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-07-15T11:04:47Z</dc:date>
    <item>
      <title>Measure not changing value with decomposition tree</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-changing-value-with-decomposition-tree/m-p/1224426#M19907</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need some help. I have a measure which is calculated as&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Realization = DIVIDE([Net Revenue],[Production])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The above two factors contributing to Realization are caluclated as&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Net Revenue = [Production]+[Variance]+SUM('star factWIPProvision'[Amount])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Production = SUMX('star factWIP',IF(ISBLANK('star factWIP'[TimeProduction]),0,'star factWIP'[TimeProduction])+IF(ISBLANK('star factWIP'[ExpenseProduction]),0,'star factWIP'[ExpenseProduction])+IF(ISBLANK('star factWIP'[JobTypeAllocationProduction]),0,'star factWIP'[JobTypeAllocationProduction]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The Variance is Calculated as&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Variance = SUM('star factWIP'[WriteUpDownAmount])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Now my question is I am using a decomposition tree to see the realization value across different hierarchy but the value doesnt change, its showing same across all hierarchy&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Jul 2020 10:55:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-changing-value-with-decomposition-tree/m-p/1224426#M19907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-15T10:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Measure not changing value with decomposition tree</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-changing-value-with-decomposition-tree/m-p/1224447#M19908</link>
      <description>&lt;P&gt;From the formulae, I thinking this has to do with the context of the formula, because the production formula seems to be working on a table context. You might want to use a simple Table visual and pull different measures to see if they change?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 11:03:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-changing-value-with-decomposition-tree/m-p/1224447#M19908</guid>
      <dc:creator>spg_vizcube</dc:creator>
      <dc:date>2020-07-15T11:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Measure not changing value with decomposition tree</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-changing-value-with-decomposition-tree/m-p/1224452#M19909</link>
      <description>&lt;P&gt;Simple Table&amp;nbsp; is not working as it gives Out of memory error in PBI desktop as well as in service&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 11:04:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-changing-value-with-decomposition-tree/m-p/1224452#M19909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-15T11:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Measure not changing value with decomposition tree</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-changing-value-with-decomposition-tree/m-p/1224476#M19910</link>
      <description>&lt;P&gt;What is eating the memory? did you try performance analyzer&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 11:06:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-not-changing-value-with-decomposition-tree/m-p/1224476#M19910</guid>
      <dc:creator>spg_vizcube</dc:creator>
      <dc:date>2020-07-15T11:06:57Z</dc:date>
    </item>
  </channel>
</rss>

