<?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: REMOVE FILTER (Not returning all categories but rather less categories at next level) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVE-FILTER-Not-returning-all-categories-but-rather-less/m-p/4365175#M173312</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="625922" data-lia-user-login="bhanu_gautam" class="lia-mention lia-mention-user"&gt;bhanu_gautam&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your prompt reply, I think I was unable to provide clear picture earlier&lt;/P&gt;&lt;P&gt;If one selects the zip code all the cateogries corresponding to state code should show up here (here for example purposes we can assume that the zip code 956 (2 genders) is mapped to CA (3 genders)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want all information under state level&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jan 2025 13:40:42 GMT</pubDate>
    <dc:creator>n_c</dc:creator>
    <dc:date>2025-01-15T13:40:42Z</dc:date>
    <item>
      <title>REMOVE FILTER (Not returning all categories but rather less categories at next level)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVE-FILTER-Not-returning-all-categories-but-rather-less/m-p/4365068#M173305</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a tricky situtation wherien I need to report both zip and state related information with data in a narrow format in one table. If i am using remove filter, I am getting returned the numbers corresponding to only 2 categories male and female (while for some reason its hiding the unknown counts).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Test Data -&amp;nbsp;&lt;A href="https://1drv.ms/x/c/a2e6d1a857fc3090/EQ8k64bf9j1MtdFwnTJw5TgBm2F4pCt35CbGYipoHzcghQ?e=tC4YcM" target="_blank"&gt;test_data.xlsx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Pbix File -&amp;nbsp;&lt;A href="https://1drv.ms/u/c/a2e6d1a857fc3090/Ee4EMt8lv6hPitkg3FLcYg8BN5-xrIJiRdDmaS-Wx2aywg?e=BDc6Kt" target="_blank"&gt;test_exclude_filter_dax.pbix&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am relatively new to the powerbi dax, request the experts to help help me on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 12:42:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVE-FILTER-Not-returning-all-categories-but-rather-less/m-p/4365068#M173305</guid>
      <dc:creator>n_c</dc:creator>
      <dc:date>2025-01-15T12:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: REMOVE FILTER (Not returning all categories but rather less categories at next level)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVE-FILTER-Not-returning-all-categories-but-rather-less/m-p/4365081#M173307</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="892315" data-lia-user-login="n_c" class="lia-mention lia-mention-user"&gt;n_c&lt;/a&gt;&amp;nbsp;, Try using this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Measure1 = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(Sheet1[demo_count]),&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(Sheet1[subcat]),&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Sheet1[subcat] = &lt;/SPAN&gt;&lt;SPAN&gt;"state"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Attaching PBIX with new measure check measure1&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Jan 2025 12:57:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVE-FILTER-Not-returning-all-categories-but-rather-less/m-p/4365081#M173307</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2025-01-15T12:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: REMOVE FILTER (Not returning all categories but rather less categories at next level)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVE-FILTER-Not-returning-all-categories-but-rather-less/m-p/4365175#M173312</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="625922" data-lia-user-login="bhanu_gautam" class="lia-mention lia-mention-user"&gt;bhanu_gautam&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your prompt reply, I think I was unable to provide clear picture earlier&lt;/P&gt;&lt;P&gt;If one selects the zip code all the cateogries corresponding to state code should show up here (here for example purposes we can assume that the zip code 956 (2 genders) is mapped to CA (3 genders)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want all information under state level&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 13:40:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVE-FILTER-Not-returning-all-categories-but-rather-less/m-p/4365175#M173312</guid>
      <dc:creator>n_c</dc:creator>
      <dc:date>2025-01-15T13:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: REMOVE FILTER (Not returning all categories but rather less categories at next level)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVE-FILTER-Not-returning-all-categories-but-rather-less/m-p/4365223#M173313</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="625922" data-lia-user-login="bhanu_gautam" class="lia-mention lia-mention-user"&gt;bhanu_gautam&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your prompt reply. I think i was unable to explain the scenario better.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For each zip code there is a tied state code, so for the sake of argument if we say 956 zip code is tied to CA state code,&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I will like to see all the 3 categories i.e. male , female, and unknown in the state related information. which is not happening behind the scenes somehow only the categories relevant to zip code level are showing up. but if i dont put the categories on the label field then it show the entire patient count in the cards.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 14:01:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVE-FILTER-Not-returning-all-categories-but-rather-less/m-p/4365223#M173313</guid>
      <dc:creator>n_c</dc:creator>
      <dc:date>2025-01-15T14:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: REMOVE FILTER (Not returning all categories but rather less categories at next level)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVE-FILTER-Not-returning-all-categories-but-rather-less/m-p/4365294#M173317</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="892315" data-lia-user-login="n_c" class="lia-mention lia-mention-user"&gt;n_c&lt;/a&gt;&amp;nbsp;, You are using slicer on subcat , if you want for state use slicer on Subcat&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;currently output is correct as per your data&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;</description>
      <pubDate>Wed, 15 Jan 2025 14:25:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVE-FILTER-Not-returning-all-categories-but-rather-less/m-p/4365294#M173317</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2025-01-15T14:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: REMOVE FILTER (Not returning all categories but rather less categories at next level)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVE-FILTER-Not-returning-all-categories-but-rather-less/m-p/4365422#M173324</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="625922" data-lia-user-login="bhanu_gautam" class="lia-mention lia-mention-user"&gt;bhanu_gautam&lt;/a&gt;&amp;nbsp;, it was just a quick diy to explain the situation in my original dashboard it is restricted to show only zip3 with input text slicer. Hence, this question. So state should be tied to zip to give upper level hierarchy infomration - zip3 (most granular) -&amp;gt; state &amp;gt; division -&amp;gt; region.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 15:44:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/REMOVE-FILTER-Not-returning-all-categories-but-rather-less/m-p/4365422#M173324</guid>
      <dc:creator>n_c</dc:creator>
      <dc:date>2025-01-15T15:44:59Z</dc:date>
    </item>
  </channel>
</rss>

