<?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 Filter from a slicer  a calculated table with Union in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-from-a-slicer-a-calculated-table-with-Union/m-p/3269942#M121142</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I need some help.&lt;BR /&gt;I have the following calculated table with total values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Global Delta =&lt;BR /&gt;UNION(&lt;BR /&gt;ROW("DIV Code","DIV 01","Total DT",&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 01"&lt;BR /&gt;),"Delta",&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 01"&lt;BR /&gt;)- CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 01"&lt;BR /&gt;)),&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ROW("DIV Code","DIV 02","Total DT",&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 02"&lt;BR /&gt;),"Delta",&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 02"&lt;BR /&gt;)- CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 02"&lt;BR /&gt;)),&lt;/P&gt;&lt;P&gt;ROW("DIV Code","DIV 04","Total DT",&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 04"&lt;BR /&gt;) -&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 04",OrderBook[Project Type Code]="RENOVATIE" ) +&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 04",OrderBook[Product Type Code]&amp;lt;&amp;gt;"PROJECT",OrderBook[Project Type Code]="RENOVATIEG" )&lt;BR /&gt;&lt;BR /&gt;,"Delta",&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 04"&lt;BR /&gt;)- (&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 04",OrderBook[Project Type Code]="RENOVATIE" ) +&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 04",OrderBook[Product Type Code]&amp;lt;&amp;gt;"PROJECT",OrderBook[Project Type Code]&amp;lt;&amp;gt;"RENOVATIEG" ) )&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&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;and on the top of the visual, I have a slicer with a date field that represents the last four weeks only four values are available.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I want to filter the table with the value in the slicer&lt;/P&gt;&lt;P&gt;Any ideas?&lt;BR /&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jun 2023 08:09:34 GMT</pubDate>
    <dc:creator>ofeliajesus</dc:creator>
    <dc:date>2023-06-06T08:09:34Z</dc:date>
    <item>
      <title>Filter from a slicer  a calculated table with Union</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-from-a-slicer-a-calculated-table-with-Union/m-p/3269942#M121142</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I need some help.&lt;BR /&gt;I have the following calculated table with total values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Global Delta =&lt;BR /&gt;UNION(&lt;BR /&gt;ROW("DIV Code","DIV 01","Total DT",&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 01"&lt;BR /&gt;),"Delta",&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 01"&lt;BR /&gt;)- CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 01"&lt;BR /&gt;)),&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ROW("DIV Code","DIV 02","Total DT",&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 02"&lt;BR /&gt;),"Delta",&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 02"&lt;BR /&gt;)- CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 02"&lt;BR /&gt;)),&lt;/P&gt;&lt;P&gt;ROW("DIV Code","DIV 04","Total DT",&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 04"&lt;BR /&gt;) -&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 04",OrderBook[Project Type Code]="RENOVATIE" ) +&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 04",OrderBook[Product Type Code]&amp;lt;&amp;gt;"PROJECT",OrderBook[Project Type Code]="RENOVATIEG" )&lt;BR /&gt;&lt;BR /&gt;,"Delta",&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 04"&lt;BR /&gt;)- (&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 04",OrderBook[Project Type Code]="RENOVATIE" ) +&lt;BR /&gt;CALCULATE(&lt;BR /&gt;[OrderBook Other DIV]&lt;BR /&gt;,OrderBook[Global Dimension 1 Code] = "DIV 04",OrderBook[Product Type Code]&amp;lt;&amp;gt;"PROJECT",OrderBook[Project Type Code]&amp;lt;&amp;gt;"RENOVATIEG" ) )&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&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;and on the top of the visual, I have a slicer with a date field that represents the last four weeks only four values are available.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I want to filter the table with the value in the slicer&lt;/P&gt;&lt;P&gt;Any ideas?&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 08:09:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-from-a-slicer-a-calculated-table-with-Union/m-p/3269942#M121142</guid>
      <dc:creator>ofeliajesus</dc:creator>
      <dc:date>2023-06-06T08:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Filter from a slicer  a calculated table with Union</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-from-a-slicer-a-calculated-table-with-Union/m-p/3270573#M121201</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="407078" data-lia-user-login="ofeliajesus" class="lia-mention lia-mention-user"&gt;ofeliajesus&lt;/a&gt;&amp;nbsp;Please guide about value which you want to as slicer!THANK YOU!!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 13:14:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-from-a-slicer-a-calculated-table-with-Union/m-p/3270573#M121201</guid>
      <dc:creator>Mahesh0016</dc:creator>
      <dc:date>2023-06-06T13:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Filter from a slicer  a calculated table with Union</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-from-a-slicer-a-calculated-table-with-Union/m-p/3270613#M121205</link>
      <description>&lt;P&gt;The slicer is a date value ...&amp;nbsp; I would like to filter the data in the table when I change the Date in the slicer, only one date can be selected.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 13:34:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-from-a-slicer-a-calculated-table-with-Union/m-p/3270613#M121205</guid>
      <dc:creator>ofeliajesus</dc:creator>
      <dc:date>2023-06-06T13:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Filter from a slicer  a calculated table with Union</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-from-a-slicer-a-calculated-table-with-Union/m-p/3273717#M121414</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="407078" data-lia-user-login="ofeliajesus" class="lia-mention lia-mention-user"&gt;ofeliajesus&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems you want to use the slicer to filter the calculated table.&lt;/P&gt;
&lt;P&gt;Calculated tables cannot be responsive to slicers since they are only computed once each time the data model is loaded(Memory Refresh). It is possible to create dynamically calculated tables within a measure but you can't have dynamic tables in your data model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Best Regards,&lt;BR /&gt;Gao&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Community Support Team&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;If there is any post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT size="3" color="#008080"&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT size="3"&gt;&lt;FONT color="#008080"&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#008080"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;Thanks a lot!&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2" color="#FF0000"&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank" rel="noopener nofollow noreferrer"&gt;&lt;SPAN&gt;How to get your questions answered quickly&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;--&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank" rel="noopener nofollow noreferrer"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;How to provide sample data in the Power BI Forum&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 01:50:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-from-a-slicer-a-calculated-table-with-Union/m-p/3273717#M121414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-08T01:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Filter from a slicer  a calculated table with Union</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-from-a-slicer-a-calculated-table-with-Union/m-p/3283073#M121976</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I calculated with measures, but I don't know how to create a table with the measure, so my solution is not elegant can you give me an example, please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment I solved with several tables.&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;</description>
      <pubDate>Wed, 14 Jun 2023 07:16:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-from-a-slicer-a-calculated-table-with-Union/m-p/3283073#M121976</guid>
      <dc:creator>ofeliajesus</dc:creator>
      <dc:date>2023-06-14T07:16:38Z</dc:date>
    </item>
  </channel>
</rss>

