<?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: Get the grand total of the measures in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-grand-total-of-the-measures/m-p/3186824#M115412</link>
    <description>&lt;P&gt;Just to be clear, I need another measure where the total of distinct year is 3 and check_distinct is 1 as shown in the total&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Apr 2023 16:21:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-04-13T16:21:29Z</dc:date>
    <item>
      <title>Get the grand total of the measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-grand-total-of-the-measures/m-p/3186822#M115411</link>
      <description>&lt;P&gt;I have a table like this, how can I get the grand total of these measures 'Distinct years', and 'check_distintct' ? &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>Thu, 13 Apr 2023 16:20:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-grand-total-of-the-measures/m-p/3186822#M115411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-13T16:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Get the grand total of the measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-grand-total-of-the-measures/m-p/3186824#M115412</link>
      <description>&lt;P&gt;Just to be clear, I need another measure where the total of distinct year is 3 and check_distinct is 1 as shown in the total&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 16:21:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-grand-total-of-the-measures/m-p/3186824#M115412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-13T16:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get the grand total of the measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-grand-total-of-the-measures/m-p/3186836#M115415</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;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;BR /&gt;&lt;BR /&gt;The pattern is: &lt;BR /&gt;MinScoreMeasure = MINX ( SUMMARIZE ( Table, Table[Group] , "Measure",[YourMeasure] ), [Measure])&lt;BR /&gt;MaxScoreMeasure = MAXX ( SUMMARIZE ( Table, Table[Group] , "Measure",[YourMeasure] ), [Measure])&lt;BR /&gt;AvgScoreMeasure = AVERAGEX ( SUMMARIZE ( Table, Table[Group] , "Measure",[YourMeasure] ), [Measure])&lt;BR /&gt;etc.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 16:28:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-the-grand-total-of-the-measures/m-p/3186836#M115415</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2023-04-13T16:28:31Z</dc:date>
    </item>
  </channel>
</rss>

