<?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: Create a Slicer that will filter across multiple columns in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-Slicer-that-will-filter-across-multiple-columns/m-p/839340#M6326</link>
    <description>&lt;P&gt;Not certain I am 100% understanding the issue here but generally you would want to unpivot your Product columns so that you ended up with a table like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DealId,Product,Value&lt;/P&gt;
&lt;P&gt;a,Product1,1&lt;/P&gt;
&lt;P&gt;a,Product2,0&lt;/P&gt;
&lt;P&gt;a,Product3,0&lt;/P&gt;
&lt;P&gt;a,Product4,1&lt;/P&gt;
&lt;P&gt;b,Product1,0&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2019 02:56:47 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2019-11-07T02:56:47Z</dc:date>
    <item>
      <title>Create a Slicer that will filter across multiple columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-Slicer-that-will-filter-across-multiple-columns/m-p/839157#M6321</link>
      <description>&lt;P&gt;I need to create a filter that will allow a user to select products listed across multiple columns&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a sales/fact table structured like the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DealId&amp;nbsp; &amp;nbsp; Product1&amp;nbsp; &amp;nbsp; Product2&amp;nbsp; &amp;nbsp; Product3&amp;nbsp; &amp;nbsp; Product4&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;a&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;&amp;nbsp; &amp;nbsp;b&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;&amp;nbsp; &amp;nbsp;c&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;BR /&gt;&amp;nbsp; &amp;nbsp;d&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a product slicer that will allow the selection of any deal where the selected product equals 1.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So far I have created a separate table with the distinct products listed in a column but I cannot figure out how to link it back to the sales table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I feel like the answer to this is very straightforward but I am having a hard time wrapping my head around it. Does anyone know the best way to do this?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 22:21:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-Slicer-that-will-filter-across-multiple-columns/m-p/839157#M6321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-06T22:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Slicer that will filter across multiple columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-Slicer-that-will-filter-across-multiple-columns/m-p/839340#M6326</link>
      <description>&lt;P&gt;Not certain I am 100% understanding the issue here but generally you would want to unpivot your Product columns so that you ended up with a table like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DealId,Product,Value&lt;/P&gt;
&lt;P&gt;a,Product1,1&lt;/P&gt;
&lt;P&gt;a,Product2,0&lt;/P&gt;
&lt;P&gt;a,Product3,0&lt;/P&gt;
&lt;P&gt;a,Product4,1&lt;/P&gt;
&lt;P&gt;b,Product1,0&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 02:56:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-Slicer-that-will-filter-across-multiple-columns/m-p/839340#M6326</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2019-11-07T02:56:47Z</dc:date>
    </item>
  </channel>
</rss>

