<?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: Show 'Null' or 'Other' instead of blank in a Matrix Visual in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-Null-or-Other-instead-of-blank-in-a-Matrix-Visual/m-p/3322356#M124385</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;According to your description, here are my steps you can follow as a solution.&lt;/P&gt;
&lt;P&gt;(1) This is my test data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;(2) We can create a calculated column.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;_Store Name = IF('Table'[Store Name]=BLANK(),"null",'Table'[Store Name])&lt;/LI-CODE&gt;
&lt;P&gt;(3) Then the result is as follows.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the above one can't help you get the desired result, please provide some&amp;nbsp;&lt;STRONG&gt;sample data&lt;/STRONG&gt;&amp;nbsp;in your tables (&lt;STRONG&gt;exclude&amp;nbsp;sensitive&amp;nbsp;data&lt;/STRONG&gt;) with&amp;nbsp;&lt;STRONG&gt;Text&lt;/STRONG&gt;&amp;nbsp;format and your&amp;nbsp;&lt;STRONG&gt;expected result&lt;/STRONG&gt;&amp;nbsp;with backend logic and special examples.&amp;nbsp;&lt;STRONG&gt;It is better&lt;/STRONG&gt;&amp;nbsp;if you can share a&amp;nbsp;&lt;STRONG&gt;simplified&lt;/STRONG&gt;&amp;nbsp;pbix file.&amp;nbsp;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution &lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jul 2023 03:04:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-07-10T03:04:56Z</dc:date>
    <item>
      <title>Show 'Null' or 'Other' instead of blank in a Matrix Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-Null-or-Other-instead-of-blank-in-a-Matrix-Visual/m-p/3320943#M124288</link>
      <description>&lt;P&gt;I have a report that looks up a store code to an excel file that lists out the store name.&amp;nbsp; However there are some store codes that do not have names, in which case the store name field shows up as blank in the visual.&amp;nbsp; &amp;nbsp;However, I'd like it say 'null' or 'other' or some other term I can code in.&amp;nbsp; &amp;nbsp;But i would want to account for any new store codes that might show up in the future.&amp;nbsp; So, if a store code isn't on the Excel file, it will say 'null' under store name...which means I can't really use things like EXCEPT or anything like that.&amp;nbsp; &amp;nbsp;Is there an easy way to do this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simply put the excel file might say&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Store Code&lt;/TD&gt;&lt;TD&gt;Store Name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;223&lt;/TD&gt;&lt;TD&gt;Store&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;224&lt;/TD&gt;&lt;TD&gt;BigStore&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;225&lt;/TD&gt;&lt;TD&gt;LittleStore&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;226&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;NewStore&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The store code links to a table, which might hhave store 222 or store 227 or any other number.&amp;nbsp; &amp;nbsp;I would want the store name to display as 'Null' and not blank in that case&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 19:30:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-Null-or-Other-instead-of-blank-in-a-Matrix-Visual/m-p/3320943#M124288</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-07T19:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Show 'Null' or 'Other' instead of blank in a Matrix Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-Null-or-Other-instead-of-blank-in-a-Matrix-Visual/m-p/3320964#M124291</link>
      <description>&lt;P&gt;Actually I was able to figure it out using the LOOKUPVALUE formula...thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 19:58:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-Null-or-Other-instead-of-blank-in-a-Matrix-Visual/m-p/3320964#M124291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-07T19:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Show 'Null' or 'Other' instead of blank in a Matrix Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-Null-or-Other-instead-of-blank-in-a-Matrix-Visual/m-p/3322356#M124385</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;According to your description, here are my steps you can follow as a solution.&lt;/P&gt;
&lt;P&gt;(1) This is my test data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;(2) We can create a calculated column.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;_Store Name = IF('Table'[Store Name]=BLANK(),"null",'Table'[Store Name])&lt;/LI-CODE&gt;
&lt;P&gt;(3) Then the result is as follows.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the above one can't help you get the desired result, please provide some&amp;nbsp;&lt;STRONG&gt;sample data&lt;/STRONG&gt;&amp;nbsp;in your tables (&lt;STRONG&gt;exclude&amp;nbsp;sensitive&amp;nbsp;data&lt;/STRONG&gt;) with&amp;nbsp;&lt;STRONG&gt;Text&lt;/STRONG&gt;&amp;nbsp;format and your&amp;nbsp;&lt;STRONG&gt;expected result&lt;/STRONG&gt;&amp;nbsp;with backend logic and special examples.&amp;nbsp;&lt;STRONG&gt;It is better&lt;/STRONG&gt;&amp;nbsp;if you can share a&amp;nbsp;&lt;STRONG&gt;simplified&lt;/STRONG&gt;&amp;nbsp;pbix file.&amp;nbsp;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution &lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 03:04:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-Null-or-Other-instead-of-blank-in-a-Matrix-Visual/m-p/3322356#M124385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-10T03:04:56Z</dc:date>
    </item>
  </channel>
</rss>

