<?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: Sum the values of a particular column based on multiple slicer selection in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-the-values-of-a-particular-column-based-on-multiple-slicer/m-p/3747269#M146158</link>
    <description>&lt;P&gt;Read about VALUES(), SUMMARIZE, SUMMARIZECOLUMNS and ADDCOLUMNS.&amp;nbsp; You need to collect all the selected values (not assuming it's only one) and then calculate your measure for each of them.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Mar 2024 23:38:57 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-03-06T23:38:57Z</dc:date>
    <item>
      <title>Sum the values of a particular column based on multiple slicer selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-the-values-of-a-particular-column-based-on-multiple-slicer/m-p/3746898#M146144</link>
      <description>&lt;P&gt;Hi - I am trying to figure out how to calculate PQ column for it to give the sum of all selected quarters in the slicer. Right now it's giving values only for 1 quarter as I have used SELECTEDVALUE. I have tried using functions such as countx, ALLSELECTED, SUM but nothing seems to work&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;</description>
      <pubDate>Wed, 06 Mar 2024 18:49:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-the-values-of-a-particular-column-based-on-multiple-slicer/m-p/3746898#M146144</guid>
      <dc:creator>J0676s</dc:creator>
      <dc:date>2024-03-06T18:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sum the values of a particular column based on multiple slicer selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-the-values-of-a-particular-column-based-on-multiple-slicer/m-p/3747269#M146158</link>
      <description>&lt;P&gt;Read about VALUES(), SUMMARIZE, SUMMARIZECOLUMNS and ADDCOLUMNS.&amp;nbsp; You need to collect all the selected values (not assuming it's only one) and then calculate your measure for each of them.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 23:38:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-the-values-of-a-particular-column-based-on-multiple-slicer/m-p/3747269#M146158</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-06T23:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sum the values of a particular column based on multiple slicer selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-the-values-of-a-particular-column-based-on-multiple-slicer/m-p/3757334#M146592</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="701546" data-lia-user-login="J0676s" class="lia-mention lia-mention-user"&gt;J0676s&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Based on your problems,&amp;nbsp;I found a similar post to this one of yours on the forum, I think it addresses your question.&lt;/P&gt;
&lt;P&gt;When you apply this metric you can get the results you need in Orders PQ # and PQ SUM when choosing a different slicer. Here is the Measure DAX code.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Orders PQ # = CALCULATE([PQ SUM],DATEADD('Calendar'[Date],-1,QUARTER))&lt;/LI-CODE&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;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Yilong Zhou&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 08:15:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Sum-the-values-of-a-particular-column-based-on-multiple-slicer/m-p/3757334#M146592</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-12T08:15:09Z</dc:date>
    </item>
  </channel>
</rss>

