<?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 Dynamic Filtering  for each column for table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Filtering-for-each-column-for-table/m-p/2168766#M50322</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I would like to calculate the value where one particular column should not be affected by one of the filter .&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Dataset -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I would like to sum the number for each value present in Column1 - I have two filters (Color Code and Category)&lt;BR /&gt;The column with pink header should be calculated based on color code filter only.&lt;BR /&gt;The column with blue header should be calculated based on category code filter only.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Note - Numbers seen in the above table are wrong&lt;BR /&gt;&lt;BR /&gt;Can someone please help me with the DAX?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Nov 2021 14:45:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-11-02T14:45:49Z</dc:date>
    <item>
      <title>Dynamic Filtering  for each column for table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Filtering-for-each-column-for-table/m-p/2168766#M50322</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I would like to calculate the value where one particular column should not be affected by one of the filter .&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Dataset -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I would like to sum the number for each value present in Column1 - I have two filters (Color Code and Category)&lt;BR /&gt;The column with pink header should be calculated based on color code filter only.&lt;BR /&gt;The column with blue header should be calculated based on category code filter only.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Note - Numbers seen in the above table are wrong&lt;BR /&gt;&lt;BR /&gt;Can someone please help me with the DAX?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 14:45:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Filtering-for-each-column-for-table/m-p/2168766#M50322</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-02T14:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Filtering  for each column for table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Filtering-for-each-column-for-table/m-p/2168817#M50323</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please check the below picture and the attached pbix file.&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;DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;&lt;EM&gt;Base on color code: = &lt;/EM&gt;&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;EM&gt;CALCULATE (&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;EM&gt;SUM ( Data[Number] ),&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;EM&gt;TREATAS ( VALUES ( Color[Color Code] ), Data[Color Code] )&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;&lt;EM&gt;Base on category: = &lt;/EM&gt;&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;EM&gt;CALCULATE (&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;EM&gt;SUM ( Data[Number] ),&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;EM&gt;TREATAS ( VALUES ( Category[Category] ), Data[Category] )&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Nov 2021 15:05:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Filtering-for-each-column-for-table/m-p/2168817#M50323</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2021-11-02T15:05:57Z</dc:date>
    </item>
  </channel>
</rss>

