<?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: Suppress 0 in Field Parameters in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suppress-0-in-Field-Parameters/m-p/4102383#M162786</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="780888" data-lia-user-login="SCallanan" class="lia-mention lia-mention-user"&gt;SCallanan&lt;/a&gt;, please update the admin measure, and let me know if you encounter any issues.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Admin = IF([Total Inspections] - [Physical] = 0, BLANK(), [Total Inspections] - [Physical])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Aug 2024 13:20:00 GMT</pubDate>
    <dc:creator>ahadkarimi</dc:creator>
    <dc:date>2024-08-15T13:20:00Z</dc:date>
    <item>
      <title>Suppress 0 in Field Parameters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suppress-0-in-Field-Parameters/m-p/4099895#M162698</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;just wondering if you can help me with this...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a &lt;EM&gt;field paramter based on two measures&lt;/EM&gt; and added a bar-chart which now shows a lot of 0 values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the filter pane I tried to exlude 0 and or blanks etc but it doesn't work as it will hide the content of the other field parameter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example below:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dax Measure&lt;/STRONG&gt; that causes the problem is the following:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried both versions, but it does not change the outcome of the output.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;Admin = [Total Inspections]-[Physical]&amp;nbsp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;EM&gt;or&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;Admin = IF ( ISBLANK ([Total Inspections] ), BLANK (), ( [Total Inspections]-[Physical] ) )&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Field Parameter:&amp;nbsp;&lt;/STRONG&gt;&lt;EM&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;Physical/Admin Slicer = {&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; ("Physical", NAMEOF('Power BI - Inspections'[Physical]), 0),&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; ("Admin", NAMEOF('Power BI - Inspections'[Admin]), 1)&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This only happens when the Admin Slicer is selected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can choose to not select 0 in the filter pane, but that hides all the Physical values then when Physical is selected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-210px"&gt;&lt;img /&gt;&amp;nbsp;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&amp;nbsp;&amp;nbsp;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 09:45:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suppress-0-in-Field-Parameters/m-p/4099895#M162698</guid>
      <dc:creator>SCallanan</dc:creator>
      <dc:date>2024-08-14T09:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress 0 in Field Parameters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suppress-0-in-Field-Parameters/m-p/4100435#M162715</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="780888" data-lia-user-login="SCallanan" class="lia-mention lia-mention-user"&gt;SCallanan&lt;/a&gt;, could you please share a sample of your PBIX file? That would help me assist you better.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 14:19:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suppress-0-in-Field-Parameters/m-p/4100435#M162715</guid>
      <dc:creator>ahadkarimi</dc:creator>
      <dc:date>2024-08-14T14:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress 0 in Field Parameters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suppress-0-in-Field-Parameters/m-p/4100544#M162724</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="785426" data-lia-user-login="ahadkarimi" class="lia-mention lia-mention-user"&gt;ahadkarimi&lt;/a&gt;&amp;nbsp;thank you for getting back to me. Where can I attach the pbix file for you? I can't publish it to the public to share the link.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 15:21:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suppress-0-in-Field-Parameters/m-p/4100544#M162724</guid>
      <dc:creator>SCallanan</dc:creator>
      <dc:date>2024-08-14T15:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress 0 in Field Parameters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suppress-0-in-Field-Parameters/m-p/4101097#M162744</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="780888" data-lia-user-login="SCallanan" class="lia-mention lia-mention-user"&gt;SCallanan&lt;/a&gt;&amp;nbsp;you send it by gmail &lt;A href="mailto:ahad.karimi8@gmail.com," target="_blank" rel="noopener"&gt;ahad.karimi8@gmail.com,&lt;/A&gt;&amp;nbsp;after sending email let me know here one the email has been sent.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 22:38:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suppress-0-in-Field-Parameters/m-p/4101097#M162744</guid>
      <dc:creator>ahadkarimi</dc:creator>
      <dc:date>2024-08-14T22:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress 0 in Field Parameters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suppress-0-in-Field-Parameters/m-p/4101805#M162763</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="785426" data-lia-user-login="ahadkarimi" class="lia-mention lia-mention-user"&gt;ahadkarimi&lt;/a&gt;&amp;nbsp;I emailed that to you. Thanks for your help.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 07:32:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suppress-0-in-Field-Parameters/m-p/4101805#M162763</guid>
      <dc:creator>SCallanan</dc:creator>
      <dc:date>2024-08-15T07:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress 0 in Field Parameters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suppress-0-in-Field-Parameters/m-p/4102383#M162786</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="780888" data-lia-user-login="SCallanan" class="lia-mention lia-mention-user"&gt;SCallanan&lt;/a&gt;, please update the admin measure, and let me know if you encounter any issues.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Admin = IF([Total Inspections] - [Physical] = 0, BLANK(), [Total Inspections] - [Physical])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 13:20:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suppress-0-in-Field-Parameters/m-p/4102383#M162786</guid>
      <dc:creator>ahadkarimi</dc:creator>
      <dc:date>2024-08-15T13:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress 0 in Field Parameters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suppress-0-in-Field-Parameters/m-p/4102398#M162789</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 13:27:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suppress-0-in-Field-Parameters/m-p/4102398#M162789</guid>
      <dc:creator>ahadkarimi</dc:creator>
      <dc:date>2024-08-15T13:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress 0 in Field Parameters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suppress-0-in-Field-Parameters/m-p/4102453#M162792</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="785426" data-lia-user-login="ahadkarimi" class="lia-mention lia-mention-user"&gt;ahadkarimi&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Fair play to you Ahad. That worked. &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Many thanks. &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 13:52:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suppress-0-in-Field-Parameters/m-p/4102453#M162792</guid>
      <dc:creator>SCallanan</dc:creator>
      <dc:date>2024-08-15T13:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress 0 in Field Parameters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suppress-0-in-Field-Parameters/m-p/4102462#M162793</link>
      <description>&lt;P&gt;Glad to hear it worked, Sandra! You're very welcome.&lt;BR /&gt;Happy to help! &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 13:57:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suppress-0-in-Field-Parameters/m-p/4102462#M162793</guid>
      <dc:creator>ahadkarimi</dc:creator>
      <dc:date>2024-08-15T13:57:34Z</dc:date>
    </item>
  </channel>
</rss>

