<?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: How can I make Count Filter a list, not a slider? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-make-Count-Filter-a-list-not-a-slider/m-p/3997939#M155489</link>
    <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="761419" data-lia-user-login="JordanSchuld" class="lia-mention lia-mention-user"&gt;JordanSchuld&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Based on my testing, please &lt;SPAN&gt;try the following methods:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1.Create the simple table.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2.Create the calculated column.&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Count Listing = 
SWITCH(
    TRUE(),
    [Total listing] &amp;gt;= 40, "40+",
    [Total listing] &amp;gt;= 30, "30+",
    [Total listing] &amp;gt;= 20, "20+",
    "Under 20"
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;3.Drag the column into the slicer visual.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Wisdom Wu&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jun 2024 09:38:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-06-18T09:38:56Z</dc:date>
    <item>
      <title>How can I make Count Filter a list, not a slider?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-make-Count-Filter-a-list-not-a-slider/m-p/3996669#M155361</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm brand new and no pretty much nothing so bear with me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I made a measure to track how many times each job posting was in my data. As you can see I added that measure to a table and it works perfectly. I attached a screenshot of how that measure was made. I also made a filter so the table will only display jobs that have more than X amount in the Total Listings measure.I added a screenshot of how I did that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 things, first off, it doesn't work super well. Say I adjust the slider to be above 20 jobs, some with only 1 or 2 listings will still get through. Also, the main thing, I want the filter to have check boxes that say "20+", "30+", "40+", etc. I don't want it to be a Slider. How can I make the Count Filter work like that instead of a slider?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 17:15:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-make-Count-Filter-a-list-not-a-slider/m-p/3996669#M155361</guid>
      <dc:creator>JordanSchuld</dc:creator>
      <dc:date>2024-06-17T17:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I make Count Filter a list, not a slider?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-make-Count-Filter-a-list-not-a-slider/m-p/3997114#M155411</link>
      <description>&lt;P&gt;Power BI does not support dynamic binning - you need to bring your own buckets (a disconnected table) to feed your slicer.&amp;nbsp; Then use the measure to sense the value of the slicer&amp;nbsp; (make sure it is single value select).&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 01:32:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-make-Count-Filter-a-list-not-a-slider/m-p/3997114#M155411</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-06-18T01:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can I make Count Filter a list, not a slider?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-make-Count-Filter-a-list-not-a-slider/m-p/3997939#M155489</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="761419" data-lia-user-login="JordanSchuld" class="lia-mention lia-mention-user"&gt;JordanSchuld&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Based on my testing, please &lt;SPAN&gt;try the following methods:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1.Create the simple table.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2.Create the calculated column.&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Count Listing = 
SWITCH(
    TRUE(),
    [Total listing] &amp;gt;= 40, "40+",
    [Total listing] &amp;gt;= 30, "30+",
    [Total listing] &amp;gt;= 20, "20+",
    "Under 20"
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;3.Drag the column into the slicer visual.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Wisdom Wu&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 09:38:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-make-Count-Filter-a-list-not-a-slider/m-p/3997939#M155489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-18T09:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can I make Count Filter a list, not a slider?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-make-Count-Filter-a-list-not-a-slider/m-p/3998353#M155573</link>
      <description>&lt;P&gt;So I tried this, but it shows eveything as Under 20.&lt;BR /&gt;Here is my Count Listings:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And here is my table:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Not sure what I'm doing wrong, any insight?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 13:45:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-make-Count-Filter-a-list-not-a-slider/m-p/3998353#M155573</guid>
      <dc:creator>JordanSchuld</dc:creator>
      <dc:date>2024-06-18T13:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I make Count Filter a list, not a slider?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-make-Count-Filter-a-list-not-a-slider/m-p/3998355#M155574</link>
      <description>&lt;P&gt;I'm going to be honest with you, this is jiberish to me lol. I'm so new to Power Bi it's not funny.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 13:46:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-make-Count-Filter-a-list-not-a-slider/m-p/3998355#M155574</guid>
      <dc:creator>JordanSchuld</dc:creator>
      <dc:date>2024-06-18T13:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can I make Count Filter a list, not a slider?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-make-Count-Filter-a-list-not-a-slider/m-p/3998412#M155605</link>
      <description>&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;&lt;BR /&gt;Do not include sensitive information or anything not related to the issue or question. &lt;BR /&gt;&lt;BR /&gt;If you are unsure how to upload data please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 14:09:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-make-Count-Filter-a-list-not-a-slider/m-p/3998412#M155605</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-06-18T14:09:11Z</dc:date>
    </item>
  </channel>
</rss>

