<?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: Trying to get card visual to display nothing instead of Blank in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-card-visual-to-display-nothing-instead-of-Blank/m-p/1183010#M18515</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Replace Blank With Nothing = IF(SUM ( YearlySales[Taxes] ) = BLANK(),0,SUM ( YearlySales[Taxes] ))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Make-Card-Visual-show-0-not-Blank/m-p/403353" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Make-Card-Visual-show-0-not-Blank/m-p/403353&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;HN&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jun 2020 17:01:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-06-25T17:01:27Z</dc:date>
    <item>
      <title>Trying to get card visual to display nothing instead of Blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-card-visual-to-display-nothing-instead-of-Blank/m-p/1182980#M18512</link>
      <description>&lt;P&gt;I have a Card visual on my page, showing the total tax amount. It currently says (Blank) when there is no value to display.&lt;/P&gt;&lt;P&gt;Instead of Blank, I would like it to display nothing. I tried applying the following measures to the Card View as a filter:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Replace Blank With Nothing = IF(ISBLANK(SUM ( YearlySales[Taxes] )),"",SUM ( YearlySales[Taxes] ))&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Replace Blank With Nothing = IF((ISBLANK(SUM ( YearlySales[Taxes] )) || (SUM ( YearlySales[Taxes] ) = 0)),"",SUM ( YearlySales[Taxes] ))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it still says Blank when there is nothing to display. Any suggestions?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 16:49:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-card-visual-to-display-nothing-instead-of-Blank/m-p/1182980#M18512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-25T16:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get card visual to display nothing instead of Blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-card-visual-to-display-nothing-instead-of-Blank/m-p/1183010#M18515</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Replace Blank With Nothing = IF(SUM ( YearlySales[Taxes] ) = BLANK(),0,SUM ( YearlySales[Taxes] ))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Make-Card-Visual-show-0-not-Blank/m-p/403353" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Make-Card-Visual-show-0-not-Blank/m-p/403353&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;HN&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 17:01:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-card-visual-to-display-nothing-instead-of-Blank/m-p/1183010#M18515</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-25T17:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get card visual to display nothing instead of Blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-card-visual-to-display-nothing-instead-of-Blank/m-p/1183023#M18516</link>
      <description>&lt;P&gt;This did not work either&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 17:10:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-card-visual-to-display-nothing-instead-of-Blank/m-p/1183023#M18516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-25T17:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get card visual to display nothing instead of Blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-card-visual-to-display-nothing-instead-of-Blank/m-p/1189014#M18743</link>
      <description>&lt;LI-CODE lang="csharp"&gt;[Base Measure] = SUM( YearlySales[Taxes] )

[Measure For Card] =
	COALESCE(
		[Base Measure],
		""
	)
	
// Bear in mind that if a measure
// returns a numeric BLANK(), its value is
// treated as 0, so this is true
// [measure] = 0. You don't have to
// check for many conditions as you do
// in you second measure.&lt;/LI-CODE&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 11:33:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-card-visual-to-display-nothing-instead-of-Blank/m-p/1189014#M18743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-29T11:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get card visual to display nothing instead of Blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-card-visual-to-display-nothing-instead-of-Blank/m-p/1189973#M18792</link>
      <description>&lt;P&gt;I was incorrectly trying to apply the measure as a filter, instead of a value, and this is why the measure was not working&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 18:32:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-card-visual-to-display-nothing-instead-of-Blank/m-p/1189973#M18792</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-29T18:32:13Z</dc:date>
    </item>
  </channel>
</rss>

