<?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: DAX Intentional BLANK Total Is Overridden by Visual Filter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Intentional-BLANK-Total-Is-Overridden-by-Visual-Filter/m-p/3164155#M113732</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="340078" data-lia-user-login="WinterMist" class="lia-mention lia-mention-user"&gt;WinterMist&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can use HASONEVALUE&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 19:17:18 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-03-30T19:17:18Z</dc:date>
    <item>
      <title>DAX Intentional BLANK Total Is Overridden by Visual Filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Intentional-BLANK-Total-Is-Overridden-by-Visual-Filter/m-p/3164135#M113730</link>
      <description>&lt;P&gt;Hello Community -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the following table visual, the totals for the following measures are intentionally blank.&lt;/P&gt;&lt;P&gt;- Accounts&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Retained&lt;/P&gt;&lt;P&gt;- Retained %&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;These 3 measures (renamed) show BLANK for the Total row by using ISFILTERED on the Year.&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;&lt;img /&gt;&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;So far so good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem comes when I need to only show rows in the table visual where CY Premium &amp;gt; 0.&lt;/P&gt;&lt;P&gt;For example, 2024 is currently showing in the table visual, but should not appear until CY Premium &amp;gt; 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To achieve this, the following visual filter is created.&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;&lt;STRONG&gt;GOOD&lt;/STRONG&gt; - This filter correctly hides the 2024 row because CY Premium is not greater than 0 in that year.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BAD&lt;/STRONG&gt; - However, doing so breaks the intentional BLANKING of the 3 measures mentioned at the beginning of this post.&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;How do I get both requirements to work at the same time?&lt;/P&gt;&lt;P&gt;I thought about doing the ISFILTERED on a different column in the table.&lt;/P&gt;&lt;P&gt;The problem is that every column in the table visual (except Year) is just another measure which cannot be used in the ISFILTERED clause to BLANK a measure in the totals row.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any guidance would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nathan&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 19:02:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Intentional-BLANK-Total-Is-Overridden-by-Visual-Filter/m-p/3164135#M113730</guid>
      <dc:creator>WinterMist</dc:creator>
      <dc:date>2023-03-30T19:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Intentional BLANK Total Is Overridden by Visual Filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Intentional-BLANK-Total-Is-Overridden-by-Visual-Filter/m-p/3164155#M113732</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="340078" data-lia-user-login="WinterMist" class="lia-mention lia-mention-user"&gt;WinterMist&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can use HASONEVALUE&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 19:17:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Intentional-BLANK-Total-Is-Overridden-by-Visual-Filter/m-p/3164155#M113732</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-30T19:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Intentional BLANK Total Is Overridden by Visual Filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Intentional-BLANK-Total-Is-Overridden-by-Visual-Filter/m-p/3164173#M113733</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;- Thank you, yet again!&amp;nbsp; Helpful as always.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 19:26:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Intentional-BLANK-Total-Is-Overridden-by-Visual-Filter/m-p/3164173#M113733</guid>
      <dc:creator>WinterMist</dc:creator>
      <dc:date>2023-03-30T19:26:02Z</dc:date>
    </item>
  </channel>
</rss>

