<?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: Granularity Issue in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Granularity-Issue/m-p/1030481#M13504</link>
    <description>&lt;P&gt;Thank you for the links, indeed this seems to be going down the road I suspected, will review in detail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-Robert&lt;/P&gt;</description>
    <pubDate>Thu, 16 Apr 2020 15:36:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-16T15:36:24Z</dc:date>
    <item>
      <title>Granularity Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Granularity-Issue/m-p/1030300#M13499</link>
      <description>&lt;P&gt;I think I have a granularity issue with a Measure, where the Measure works fine at a more granular level, but when I try to roll-up my numbers, while it appears the Measure is working, the value is incorrect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Source files can be found &lt;A href="https://stantec-my.sharepoint.com/:f:/p/robert_manna/EnbE-K84tNlHofWg91AVbvsBTw4VIFOkFbkvxbbaZK9Osg?e=qhEgtK" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is with the Measure [Prog Area Gross] (found under the table 'prog_SiteProgram' because it is closely related).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the Tab Site2.1 the value of the Prog Area Gross column should be 1.5 ([Grossup]) multiplied by the column [Program Area]. In the upper table the match is correct, if you look at the lower table for the Row Acute Care you'll see the answer is incorrect. I think the issue may trace back to how the Measure [Program Area] is being calculated. I think when the lower table rolls up the ServiceName "Acute Care" because the way all of the related measures are working either area is not being summed correclty or I have area that is being multipilied by the wrong percentage (in [Program Area]).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For reference it may be worth reviewing a&lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/FOR-loop-equivalent-in-DAX/m-p/1019690/highlight/true#M13158" target="_blank" rel="noopener"&gt; previous post&lt;/A&gt; of mine that gives further back story on the underlying data model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for looking!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 14:10:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Granularity-Issue/m-p/1030300#M13499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-16T14:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Granularity Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Granularity-Issue/m-p/1030409#M13500</link>
      <description>&lt;P&gt;Hmm, probably this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This looks like a measure aggregation problem. See my blog article about that here: &lt;A href="https://community.powerbi.com/t5/Community-Blog/Design-Pattern-Groups-and-Super-Groups/ba-p/138149" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Design-Pattern-Groups-and-Super-Groups/ba-p/138149&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or possibly this:&lt;/P&gt;
&lt;P&gt;This looks like a measure totals problem. Very common. See my post about it here: &lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376" target="_blank"&gt;https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 15:13:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Granularity-Issue/m-p/1030409#M13500</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-04-16T15:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Granularity Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Granularity-Issue/m-p/1030481#M13504</link>
      <description>&lt;P&gt;Thank you for the links, indeed this seems to be going down the road I suspected, will review in detail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-Robert&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 15:36:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Granularity-Issue/m-p/1030481#M13504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-16T15:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Granularity Issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Granularity-Issue/m-p/1037794#M13858</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;thank you for the links. I've read through the first two twice (maybe three times) and I have it "working".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also implemented a combined measure using the HASONEFILTER technique. However, I have an intermediate grouping where I don't get the expected results. I have not yet fully read the "Triple Threat" link (skimmed it). I'm thinking I need to dive back into that in order to deal with various levels of aggregation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-R&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 23:04:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Granularity-Issue/m-p/1037794#M13858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-20T23:04:50Z</dc:date>
    </item>
  </channel>
</rss>

