<?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: Summing total columns in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-total-columns/m-p/933751#M9658</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="81077" data-lia-user-login="Pragati11" class="lia-mention lia-mention-user"&gt;Pragati11&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank you for taking your time to reply me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems not to work. Notice that the SUM column is a calculated measure of Low, Medium and High since I want to illustrate the 'grand total' sum the totals (the yellow marked)&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2020 20:12:15 GMT</pubDate>
    <dc:creator>AlexITRelation</dc:creator>
    <dc:date>2020-02-14T20:12:15Z</dc:date>
    <item>
      <title>Summing total columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-total-columns/m-p/932797#M9610</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Hi all,&amp;nbsp;&lt;BR /&gt;I've a problem regardring PowerBI, which I've tried to illustrate in excel. I've a matrix with Department in rows and Priority in columns and Low, Medium, High and SUM in values. My problem is that I only want to show the yellow column and not the three red columns. Could anybody please help?&amp;nbsp;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 07:53:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-total-columns/m-p/932797#M9610</guid>
      <dc:creator>AlexITRelation</dc:creator>
      <dc:date>2020-02-14T07:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Summing total columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-total-columns/m-p/933443#M9634</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="158143" data-lia-user-login="AlexITRelation" class="lia-mention lia-mention-user"&gt;AlexITRelation&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Go to FORMAT options of your matrix visual --&amp;gt; Select "SubTotals" --&amp;gt; Navigate down to "Per Column Level" and switch off totals for "Priority" column. By default you will have "Per Column Level" ON for your "Department" and "Priority" columns.&lt;/P&gt;&lt;P&gt;This should resolve the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 15:29:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-total-columns/m-p/933443#M9634</guid>
      <dc:creator>Pragati11</dc:creator>
      <dc:date>2020-02-14T15:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Summing total columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-total-columns/m-p/933751#M9658</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="81077" data-lia-user-login="Pragati11" class="lia-mention lia-mention-user"&gt;Pragati11&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank you for taking your time to reply me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems not to work. Notice that the SUM column is a calculated measure of Low, Medium and High since I want to illustrate the 'grand total' sum the totals (the yellow marked)&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 20:12:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-total-columns/m-p/933751#M9658</guid>
      <dc:creator>AlexITRelation</dc:creator>
      <dc:date>2020-02-14T20:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Summing total columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-total-columns/m-p/936084#M9797</link>
      <description>&lt;P&gt;Perhaps you can return BLANK() if there is a filter on Priority and oterwise return the value?&lt;/P&gt;&lt;P&gt;Measure = IF (ISFILTERED('Table'[Priority]); BLANK(); [MySumMeasure])&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 19:24:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-total-columns/m-p/936084#M9797</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-17T19:24:53Z</dc:date>
    </item>
  </channel>
</rss>

