<?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: static grand total in matrix when filtered in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/static-grand-total-in-matrix-when-filtered/m-p/3206644#M116798</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to look there but couldn't find the option to show grand total for this visual. I can only edit interactions with other visuals.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Apr 2023 07:18:06 GMT</pubDate>
    <dc:creator>TimeaW</dc:creator>
    <dc:date>2023-04-26T07:18:06Z</dc:date>
    <item>
      <title>static grand total in matrix when filtered</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/static-grand-total-in-matrix-when-filtered/m-p/3205268#M116723</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a matrix with different countries as rows and Value (USD) as values. If I filter on a country, I want to keep the grand total unchanged. So in this case, if I filter on Zambia, I want it to show 103.55 for Zambia and 287,524.39 for Total.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 14:25:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/static-grand-total-in-matrix-when-filtered/m-p/3205268#M116723</guid>
      <dc:creator>TimeaW</dc:creator>
      <dc:date>2023-04-25T14:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: static grand total in matrix when filtered</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/static-grand-total-in-matrix-when-filtered/m-p/3205476#M116737</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this message finds you well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use edit Interactions to show Grand Total!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 15:56:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/static-grand-total-in-matrix-when-filtered/m-p/3205476#M116737</guid>
      <dc:creator>Ajendra</dc:creator>
      <dc:date>2023-04-25T15:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: static grand total in matrix when filtered</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/static-grand-total-in-matrix-when-filtered/m-p/3206644#M116798</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to look there but couldn't find the option to show grand total for this visual. I can only edit interactions with other visuals.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 07:18:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/static-grand-total-in-matrix-when-filtered/m-p/3206644#M116798</guid>
      <dc:creator>TimeaW</dc:creator>
      <dc:date>2023-04-26T07:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: static grand total in matrix when filtered</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/static-grand-total-in-matrix-when-filtered/m-p/3210753#M117089</link>
      <description>&lt;P&gt;Can anyone help? Maybe a DAX formula with ALL? I tried but couldn't find one which worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 08:00:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/static-grand-total-in-matrix-when-filtered/m-p/3210753#M117089</guid>
      <dc:creator>TimeaW</dc:creator>
      <dc:date>2023-04-28T08:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: static grand total in matrix when filtered</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/static-grand-total-in-matrix-when-filtered/m-p/3226374#M118168</link>
      <description>&lt;P&gt;I've managed to solve it with:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Total&amp;nbsp; = &lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;isinscope&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Data&lt;/SPAN&gt;&lt;SPAN&gt;[Country]&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;Data&lt;/SPAN&gt;&lt;SPAN&gt;[USD Value]&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;Data&lt;/SPAN&gt;&lt;SPAN&gt;[USD Value]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;all&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Data&lt;/SPAN&gt;&lt;SPAN&gt;[Country]&lt;/SPAN&gt;&lt;SPAN&gt;)))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 09 May 2023 07:47:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/static-grand-total-in-matrix-when-filtered/m-p/3226374#M118168</guid>
      <dc:creator>TimeaW</dc:creator>
      <dc:date>2023-05-09T07:47:46Z</dc:date>
    </item>
  </channel>
</rss>

