<?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: Filter by items without data in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Filter-by-items-without-data/m-p/4251734#M1336070</link>
    <description>&lt;P&gt;Thanks for&amp;nbsp;Kedar_Pande&amp;nbsp;and&amp;nbsp;samratpbi's concern about this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi, &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="828001" data-lia-user-login="Pini" class="lia-mention lia-mention-user"&gt;Pini&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you didn't provide a dataset to perform the test, I created a simple one myself:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;Kedar_Pande's said, you can create a Measure to mark whether a particular row of the column is null.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Also you can create a Calculated column to mark if a row of that column is null:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;IsEmptyColumn = IF(ISBLANK([Quantity]), 1, 0)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Then drag the Calculated column to ‘Filters on this visual’ and set it to 1. This will filter out the data where Quantity is null:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have attached the pbix file for this simple example below, hope it helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Fen Ling,&lt;BR /&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2024 02:46:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-10-22T02:46:11Z</dc:date>
    <item>
      <title>Filter by items without data</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Filter-by-items-without-data/m-p/4249520#M1335407</link>
      <description>&lt;P&gt;I have a problem that is driving me crazy. I have a matrix-type visual object made up of columns from different related tables. I have the Show element without data option activated. I need to be able to filter on a column to select all the rows that do not contain data in that column. With the filter not white it does not select anything. Any trick to do this?&lt;/P&gt;</description>
      <pubDate>Sun, 20 Oct 2024 09:51:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Filter-by-items-without-data/m-p/4249520#M1335407</guid>
      <dc:creator>Pini</dc:creator>
      <dc:date>2024-10-20T09:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by items without data</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Filter-by-items-without-data/m-p/4249559#M1335414</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If I understand your problem correctly, you want to filter by a value that does not appear now but may appear in the future and you want keep filter for that in filter pane.&lt;/P&gt;
&lt;P&gt;For that, I created a simple table.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then put those into table visual and apply filter in filter pane on category A,C. Now lets consider I want to keep provision for a future category E which is not available now.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hence go to Filter pane -&amp;gt; By default its Basic filtering.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;. Select A,C and also select any other random Category, lets say, I select D.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Then I change the Basic Filtering -&amp;gt; Advanced Filtering and change D to E (future value) and apply.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now Once you will have new values containing E, it will be shown into the report. To demonstrate, I have added Categories E,F. Now Category E is appearing in the visual.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps to resolve your problem. If it does, then please accept this as solution provided, thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 20 Oct 2024 11:23:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Filter-by-items-without-data/m-p/4249559#M1335414</guid>
      <dc:creator>samratpbi</dc:creator>
      <dc:date>2024-10-20T11:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by items without data</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Filter-by-items-without-data/m-p/4249593#M1335427</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="828001" data-lia-user-login="Pini" class="lia-mention lia-mention-user"&gt;Pini&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can create a DAX measure&lt;/P&gt;&lt;PRE&gt;IsBlankColumn = &lt;BR /&gt;IF (&lt;BR /&gt;ISBLANK ( MAX ( 'Table'[YourColumn] ) ),&lt;BR /&gt;TRUE(),&lt;BR /&gt;FALSE()&lt;BR /&gt;)&lt;/PRE&gt;&lt;P&gt;Add this IsBlankColumn measure to the Filters on this visual section in Power BI.&lt;BR /&gt;Set the filter to show only the TRUE values. This will filter the matrix to show only the rows where the specified column is blank.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":love_letter:"&gt;💌&lt;/span&gt; If this helped, a Kudos &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt; or Solution mark would be great! &lt;span class="lia-unicode-emoji" title=":party_popper:"&gt;🎉&lt;/span&gt;&lt;/STRONG&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Kedar&lt;BR /&gt;&lt;A href="https://www.linkedin.com/in/kedar-pande" target="_blank" rel="noopener"&gt;Connect on LinkedIn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Oct 2024 13:30:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Filter-by-items-without-data/m-p/4249593#M1335427</guid>
      <dc:creator>Kedar_Pande</dc:creator>
      <dc:date>2024-10-20T13:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by items without data</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Filter-by-items-without-data/m-p/4251734#M1336070</link>
      <description>&lt;P&gt;Thanks for&amp;nbsp;Kedar_Pande&amp;nbsp;and&amp;nbsp;samratpbi's concern about this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi, &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="828001" data-lia-user-login="Pini" class="lia-mention lia-mention-user"&gt;Pini&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you didn't provide a dataset to perform the test, I created a simple one myself:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;Kedar_Pande's said, you can create a Measure to mark whether a particular row of the column is null.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Also you can create a Calculated column to mark if a row of that column is null:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;IsEmptyColumn = IF(ISBLANK([Quantity]), 1, 0)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Then drag the Calculated column to ‘Filters on this visual’ and set it to 1. This will filter out the data where Quantity is null:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have attached the pbix file for this simple example below, hope it helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Fen Ling,&lt;BR /&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 02:46:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Filter-by-items-without-data/m-p/4251734#M1336070</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-22T02:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by items without data</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Filter-by-items-without-data/m-p/4276745#M1343536</link>
      <description>&lt;P&gt;When I create the measure and apply the filter it doesn't give me the option to filter anything. It doesn't give me the option to choose true or false. It is as if there were no data in that column but in reality there is.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Nov 2024 21:41:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Filter-by-items-without-data/m-p/4276745#M1343536</guid>
      <dc:creator>Pini</dc:creator>
      <dc:date>2024-11-09T21:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by items without data</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Filter-by-items-without-data/m-p/4276746#M1343537</link>
      <description>&lt;PRE&gt;&lt;SPAN class=""&gt;When I create the measure and apply the filter it doesn't give me the option to filter anything. It doesn't give me the option to choose 1 or 0. It is as if there were no data in that column but in reality there is.&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 09 Nov 2024 21:44:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Filter-by-items-without-data/m-p/4276746#M1343537</guid>
      <dc:creator>Pini</dc:creator>
      <dc:date>2024-11-09T21:44:22Z</dc:date>
    </item>
  </channel>
</rss>

