<?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: Measure slicer filter DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-slicer-filter-DAX/m-p/2114781#M48430</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="312820" data-lia-user-login="DimaMD" class="lia-mention lia-mention-user"&gt;DimaMD&lt;/a&gt;&amp;nbsp; Can you please elaborate it with better data&lt;/P&gt;</description>
    <pubDate>Mon, 04 Oct 2021 20:04:19 GMT</pubDate>
    <dc:creator>smpa01</dc:creator>
    <dc:date>2021-10-04T20:04:19Z</dc:date>
    <item>
      <title>Measure slicer filter DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-slicer-filter-DAX/m-p/2114768#M48429</link>
      <description>&lt;P&gt;Is it possible to write a measure or a table that would filter the measure&lt;BR /&gt;Example matrix&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Product&lt;/TD&gt;&lt;TD&gt;sales&lt;/TD&gt;&lt;TD&gt;Mesure&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;AX&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;b&lt;/TD&gt;&lt;TD&gt;80&lt;/TD&gt;&lt;TD&gt;BX&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;c&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;TD&gt;CY&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;d&lt;/TD&gt;&lt;TD&gt;30&lt;/TD&gt;&lt;TD&gt;AY&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the help&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 20:23:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-slicer-filter-DAX/m-p/2114768#M48429</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2021-10-04T20:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Measure slicer filter DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-slicer-filter-DAX/m-p/2114781#M48430</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="312820" data-lia-user-login="DimaMD" class="lia-mention lia-mention-user"&gt;DimaMD&lt;/a&gt;&amp;nbsp; Can you please elaborate it with better data&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 20:04:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-slicer-filter-DAX/m-p/2114781#M48430</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-10-04T20:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Measure slicer filter DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-slicer-filter-DAX/m-p/2114794#M48432</link>
      <description>&lt;P&gt;Ні,&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="24978" data-lia-user-login="smpa01" class="lia-mention lia-mention-user"&gt;smpa01&lt;/a&gt;&lt;BR /&gt;I have a measure that shows ABC XYZ analysis&lt;BR /&gt;The customer wants to filter the value shown by the measure&lt;BR /&gt;Is it possible to create a slicer to filter the measure&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 20:21:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-slicer-filter-DAX/m-p/2114794#M48432</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2021-10-04T20:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Measure slicer filter DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-slicer-filter-DAX/m-p/2114809#M48434</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="312820" data-lia-user-login="DimaMD" class="lia-mention lia-mention-user"&gt;DimaMD&lt;/a&gt;&amp;nbsp; you can not use values from a measure to feed in a slicer. But you can build a disconnected table with input as all the unique values generated by the measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you can write a measure with SELECTEDVALUE and SWITCH so that the end user can filter the viz with values coming fromthat disconnected table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=AHiCE1N0XHE&amp;amp;t=20s" target="_blank"&gt;https://www.youtube.com/watch?v=AHiCE1N0XHE&amp;amp;t=20s&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 20:31:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-slicer-filter-DAX/m-p/2114809#M48434</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2021-10-04T20:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Measure slicer filter DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-slicer-filter-DAX/m-p/2115303#M48460</link>
      <description>&lt;P&gt;Ні,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="24978" data-lia-user-login="smpa01" class="lia-mention lia-mention-user"&gt;smpa01&lt;/a&gt;&amp;nbsp;&amp;nbsp;thanks for the help&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 05:56:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-slicer-filter-DAX/m-p/2115303#M48460</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2021-10-05T05:56:08Z</dc:date>
    </item>
  </channel>
</rss>

