<?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 Making Slicer on Multiple Categories with  Counts in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Making-Slicer-on-Multiple-Categories-with-Counts/m-p/3947964#M153367</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a slicer with four selected options "Fruit" , "Vegetable", "Seafood", "Meat" by Count of how many was sold by our Sales Representatives. I got Product Category on row, and Sales Rep. on column. If I select Fruit it will show how many on count was sold by Jack as an example, Jack sold Apple and will count 1 and not counting 0 or empty cells.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 24 May 2024 15:04:18 GMT</pubDate>
    <dc:creator>CuriousGuy001</dc:creator>
    <dc:date>2024-05-24T15:04:18Z</dc:date>
    <item>
      <title>Making Slicer on Multiple Categories with  Counts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Making-Slicer-on-Multiple-Categories-with-Counts/m-p/3947964#M153367</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a slicer with four selected options "Fruit" , "Vegetable", "Seafood", "Meat" by Count of how many was sold by our Sales Representatives. I got Product Category on row, and Sales Rep. on column. If I select Fruit it will show how many on count was sold by Jack as an example, Jack sold Apple and will count 1 and not counting 0 or empty cells.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 15:04:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Making-Slicer-on-Multiple-Categories-with-Counts/m-p/3947964#M153367</guid>
      <dc:creator>CuriousGuy001</dc:creator>
      <dc:date>2024-05-24T15:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Making Slicer on Multiple Categories with  Counts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Making-Slicer-on-Multiple-Categories-with-Counts/m-p/3948703#M153386</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="736750" data-lia-user-login="CuriousGuy001" class="lia-mention lia-mention-user"&gt;CuriousGuy001&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, you need to convert the data to a one-dimensional table.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, you can try below measure.&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;&lt;LI-CODE lang="markup"&gt;Measure = CALCULATE(COUNT('Table'[Value]), NOT 'Table'[Value] IN {"0",BLANK()})&lt;/LI-CODE&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&gt;&lt;!--  StartFragment   --&gt;&lt;A href="https://1drv.ms/u/s!Avkq2QNvDlkrwT5-nAKjohhhwUBc?e=XwhKs5" target="_blank" rel="noopener"&gt;Demo - Making Slicer on Multiple Categories with Counts.pbix&lt;/A&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&gt;Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you~&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 May 2024 03:20:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Making-Slicer-on-Multiple-Categories-with-Counts/m-p/3948703#M153386</guid>
      <dc:creator>xifeng_L</dc:creator>
      <dc:date>2024-05-25T03:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Making Slicer on Multiple Categories with  Counts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Making-Slicer-on-Multiple-Categories-with-Counts/m-p/3952969#M153479</link>
      <description>&lt;P&gt;Hi Xifeng,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I like this method but it didn't work cause the are duplicate of product category, making more revenues. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 18:20:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Making-Slicer-on-Multiple-Categories-with-Counts/m-p/3952969#M153479</guid>
      <dc:creator>CuriousGuy001</dc:creator>
      <dc:date>2024-05-27T18:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Making Slicer on Multiple Categories with  Counts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Making-Slicer-on-Multiple-Categories-with-Counts/m-p/3954596#M153509</link>
      <description>Sorry, I didn't quite understand your question. If my previous demo doesn't match your expected result, you can tell me the correct result.</description>
      <pubDate>Tue, 28 May 2024 10:07:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Making-Slicer-on-Multiple-Categories-with-Counts/m-p/3954596#M153509</guid>
      <dc:creator>xifeng_L</dc:creator>
      <dc:date>2024-05-28T10:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Making Slicer on Multiple Categories with  Counts</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Making-Slicer-on-Multiple-Categories-with-Counts/m-p/3958386#M153615</link>
      <description>&lt;P&gt;Hi xifeng,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don't feel be sorry! so I have 385 data entry in the table, if I use that one dimension (Unpivot Other Column option) will make more data entry in the table, I will get 1540 data entry. I am trying to make a slicer for fruit, vegetable, seafood, meat that can give me a count of our sales rep that has been sold. The result will have to work with the 385 data entry I have, and the one dimensional option won't work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 14:59:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Making-Slicer-on-Multiple-Categories-with-Counts/m-p/3958386#M153615</guid>
      <dc:creator>CuriousGuy001</dc:creator>
      <dc:date>2024-05-29T14:59:15Z</dc:date>
    </item>
  </channel>
</rss>

