<?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: How to Remove blank data in matrix table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Remove-blank-data-in-matrix-table/m-p/3995584#M155218</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="437123" data-lia-user-login="Sugumaran31" class="lia-mention lia-mention-user"&gt;Sugumaran31&lt;/a&gt;&amp;nbsp; for sure.&lt;/P&gt;
&lt;P&gt;so i think&amp;nbsp; in the return of the growth % measure , you could write something like this .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;growth % =&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;var numerator = [growth]&amp;nbsp;&lt;/P&gt;
&lt;P&gt;var denominator = [sales PYD]&lt;BR /&gt;&lt;BR /&gt;return&lt;/P&gt;
&lt;P&gt;switch (&amp;nbsp;&lt;/P&gt;
&lt;P&gt;true() ,&lt;/P&gt;
&lt;P&gt;isblank( numerator) ,&amp;nbsp; blank() ,&amp;nbsp; divide ( numerator , denominator ) )&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;let me know if this helps.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jun 2024 08:08:17 GMT</pubDate>
    <dc:creator>Daniel29195</dc:creator>
    <dc:date>2024-06-17T08:08:17Z</dc:date>
    <item>
      <title>How to Remove blank data in matrix table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Remove-blank-data-in-matrix-table/m-p/3995550#M155215</link>
      <description>&lt;P&gt;How to Remove blank data in matrix table. I need only show the value please refer to the image below&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>Mon, 17 Jun 2024 07:44:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Remove-blank-data-in-matrix-table/m-p/3995550#M155215</guid>
      <dc:creator>Sugumaran31</dc:creator>
      <dc:date>2024-06-17T07:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove blank data in matrix table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Remove-blank-data-in-matrix-table/m-p/3995562#M155216</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="437123" data-lia-user-login="Sugumaran31" class="lia-mention lia-mention-user"&gt;Sugumaran31&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you have multiple approach&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can filter from the filter pane on the visual level,&amp;nbsp; where the measure&amp;nbsp; growth is not blank () .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;another approach would be .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;using a switch( ) in the code of the growth %,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and returning blank() if growth is blank() .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;let me know if this helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 07:54:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Remove-blank-data-in-matrix-table/m-p/3995562#M155216</guid>
      <dc:creator>Daniel29195</dc:creator>
      <dc:date>2024-06-17T07:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove blank data in matrix table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Remove-blank-data-in-matrix-table/m-p/3995577#M155217</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="458200" data-lia-user-login="Daniel29195" class="lia-mention lia-mention-user"&gt;Daniel29195&lt;/a&gt;&amp;nbsp;But the filter pane on the visual is not working how do I use the switch function can you give me an example&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 08:04:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Remove-blank-data-in-matrix-table/m-p/3995577#M155217</guid>
      <dc:creator>Sugumaran31</dc:creator>
      <dc:date>2024-06-17T08:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove blank data in matrix table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Remove-blank-data-in-matrix-table/m-p/3995584#M155218</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="437123" data-lia-user-login="Sugumaran31" class="lia-mention lia-mention-user"&gt;Sugumaran31&lt;/a&gt;&amp;nbsp; for sure.&lt;/P&gt;
&lt;P&gt;so i think&amp;nbsp; in the return of the growth % measure , you could write something like this .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;growth % =&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;var numerator = [growth]&amp;nbsp;&lt;/P&gt;
&lt;P&gt;var denominator = [sales PYD]&lt;BR /&gt;&lt;BR /&gt;return&lt;/P&gt;
&lt;P&gt;switch (&amp;nbsp;&lt;/P&gt;
&lt;P&gt;true() ,&lt;/P&gt;
&lt;P&gt;isblank( numerator) ,&amp;nbsp; blank() ,&amp;nbsp; divide ( numerator , denominator ) )&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;let me know if this helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 08:08:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Remove-blank-data-in-matrix-table/m-p/3995584#M155218</guid>
      <dc:creator>Daniel29195</dc:creator>
      <dc:date>2024-06-17T08:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove blank data in matrix table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Remove-blank-data-in-matrix-table/m-p/3995585#M155219</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="437123" data-lia-user-login="Sugumaran31" class="lia-mention lia-mention-user"&gt;Sugumaran31&lt;/a&gt;&amp;nbsp;- you can create a measure for&amp;nbsp;Sales CYTD,Sales PYTD and growth as follows&lt;/P&gt;&lt;P&gt;SalesCYTD_NonBlank =&lt;BR /&gt;IF(&lt;BR /&gt;ISBLANK([Sales CYTD]),&lt;BR /&gt;BLANK(),&lt;BR /&gt;[Sales CYTD]&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;similarly&lt;/P&gt;&lt;P&gt;SalesPYTD_NonBlank =&lt;BR /&gt;IF(&lt;BR /&gt;ISBLANK([Sales PYTD]),&lt;BR /&gt;BLANK(),&lt;BR /&gt;[Sales PYTD]&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and for growth too.once created the above measures for three fields, created a condition or flag with blank() or 1 for non blank metric&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;add the below measure in filter pane:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NonBlankMetrics =&lt;BR /&gt;IF(&lt;BR /&gt;ISBLANK([Sales CYTD]) &amp;amp;&amp;amp; ISBLANK([Sales PYTD]) &amp;amp;&amp;amp; ISBLANK([Growth]),&lt;BR /&gt;BLANK(),&lt;BR /&gt;1&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the Filters pane, drag the NonBlankMetrics measure to the Filters on this visual area.Set the filter condition to is not blank.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try the above approach and let know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080"&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! This will help others on the forum!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000080"&gt;&lt;STRONG&gt;Appreciate your Kudos!!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 08:08:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Remove-blank-data-in-matrix-table/m-p/3995585#M155219</guid>
      <dc:creator>rajendraongole1</dc:creator>
      <dc:date>2024-06-17T08:08:51Z</dc:date>
    </item>
  </channel>
</rss>

