<?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: Matrix/Table Help in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Table-Help/m-p/2937310#M96887</link>
    <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="478813" data-lia-user-login="moconnor1980" class="lia-mention lia-mention-user"&gt;moconnor1980&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your description, you want to "&lt;SPAN&gt;show "ID' that has a value in Column "[Total] Potential Revenue" &amp;amp; hide anything that has data with "Total Rev Measure" as per the below image&lt;/SPAN&gt;".Right?&lt;/P&gt;
&lt;P&gt;Here are the steps you can refer to :&lt;BR /&gt;(1)This is my test data :&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;In my test data , you need to keep the [ID]=2,3.&lt;/P&gt;
&lt;P&gt;(2)We can create a measure :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Flag = 
 var _id = MAX('Table'[ID])
 var _id_value1 = CALCULATE([Protential Value1] , ALL('Table'[SubID]))
 var _id_value2 = CALCULATE([Revennue Value1] , ALL('Table'[SubID]))
 return
 IF(_id_value1 &amp;lt;&amp;gt; BLANK() &amp;amp;&amp;amp; _id_value2 &amp;lt;&amp;gt; BLANK() ,1,0)
&lt;/LI-CODE&gt;
&lt;P&gt;(3)Then we put this measure on the "Filter on this visual" and cofigure it and we will meet your need:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Aniya Zhang&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt; it as the solution&lt;/EM&gt;&amp;nbsp;to help the other members find it more quickly&lt;/P&gt;</description>
    <pubDate>Wed, 30 Nov 2022 02:39:23 GMT</pubDate>
    <dc:creator>v-yueyunzh-msft</dc:creator>
    <dc:date>2022-11-30T02:39:23Z</dc:date>
    <item>
      <title>Matrix/Table Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Table-Help/m-p/2935585#M96716</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Hope someone might be able to help out as I'm quite new to Power BI.&lt;/P&gt;&lt;P&gt;I've a matrix/table (I'll use whichever makes this work) with Values that I only want to show "ID' that has a value in Column "[Total] Potential Revenue" &amp;amp; hide anything that has data with "Total Rev Measure" as per the below image, I only want to keep those with the red line beside it and hide the others.&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 10:55:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Table-Help/m-p/2935585#M96716</guid>
      <dc:creator>moconnor1980</dc:creator>
      <dc:date>2022-11-29T10:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix/Table Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Table-Help/m-p/2935776#M96735</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="478813" data-lia-user-login="moconnor1980" class="lia-mention lia-mention-user"&gt;moconnor1980&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is very simple.&lt;/P&gt;&lt;P&gt;1. Click on the table.&lt;/P&gt;&lt;P&gt;2. Go the filters tsb which is next to the visualisation pane.&lt;/P&gt;&lt;P&gt;3. In that select Total Rev Measure is not equals to blank.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil Chenna&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 12:29:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Table-Help/m-p/2935776#M96735</guid>
      <dc:creator>NikhilChenna</dc:creator>
      <dc:date>2022-11-29T12:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix/Table Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Table-Help/m-p/2935990#M96756</link>
      <description>&lt;P&gt;Thank you Nikhill,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I've selected this, it still showing the same result:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 13:54:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Table-Help/m-p/2935990#M96756</guid>
      <dc:creator>moconnor1980</dc:creator>
      <dc:date>2022-11-29T13:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix/Table Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Table-Help/m-p/2936001#M96757</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="478813" data-lia-user-login="moconnor1980" class="lia-mention lia-mention-user"&gt;moconnor1980&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the filter you have to select the option "&lt;STRONG&gt;is blank&lt;/STRONG&gt;" and not "&lt;STRONG&gt;is not blank&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil Chenna&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 13:58:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Table-Help/m-p/2936001#M96757</guid>
      <dc:creator>NikhilChenna</dc:creator>
      <dc:date>2022-11-29T13:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix/Table Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Table-Help/m-p/2936356#M96809</link>
      <description>&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;Thanks but when selected this, it removes the values but leaves all the "[Total] Potential Revenue"&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 15:46:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Table-Help/m-p/2936356#M96809</guid>
      <dc:creator>moconnor1980</dc:creator>
      <dc:date>2022-11-29T15:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix/Table Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Table-Help/m-p/2937310#M96887</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="478813" data-lia-user-login="moconnor1980" class="lia-mention lia-mention-user"&gt;moconnor1980&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your description, you want to "&lt;SPAN&gt;show "ID' that has a value in Column "[Total] Potential Revenue" &amp;amp; hide anything that has data with "Total Rev Measure" as per the below image&lt;/SPAN&gt;".Right?&lt;/P&gt;
&lt;P&gt;Here are the steps you can refer to :&lt;BR /&gt;(1)This is my test data :&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;In my test data , you need to keep the [ID]=2,3.&lt;/P&gt;
&lt;P&gt;(2)We can create a measure :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Flag = 
 var _id = MAX('Table'[ID])
 var _id_value1 = CALCULATE([Protential Value1] , ALL('Table'[SubID]))
 var _id_value2 = CALCULATE([Revennue Value1] , ALL('Table'[SubID]))
 return
 IF(_id_value1 &amp;lt;&amp;gt; BLANK() &amp;amp;&amp;amp; _id_value2 &amp;lt;&amp;gt; BLANK() ,1,0)
&lt;/LI-CODE&gt;
&lt;P&gt;(3)Then we put this measure on the "Filter on this visual" and cofigure it and we will meet your need:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Aniya Zhang&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt; it as the solution&lt;/EM&gt;&amp;nbsp;to help the other members find it more quickly&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 02:39:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Table-Help/m-p/2937310#M96887</guid>
      <dc:creator>v-yueyunzh-msft</dc:creator>
      <dc:date>2022-11-30T02:39:23Z</dc:date>
    </item>
  </channel>
</rss>

