<?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: Filter out the measure based on the other measure text value in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3649326#M141344</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp; Thank you for the Replay&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;Can you give me clear solution where to use summerize ?&lt;BR /&gt;&lt;BR /&gt;Please find the attached link for the Pbix file &lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;A title="https://drive.google.com/file/d/1cczocswthrgrsyadvhceoxtkjyqfffht/view?usp=drive_link" href="https://drive.google.com/file/d/1CCzoCSwThRgRSYaDvHCEOxtkJYQFffht/view?usp=drive_link" target="_blank" rel="noreferrer noopener"&gt;https://drive.google.com/file/d/1CCzoCSwThRgRSYaDvHCEOxtkJYQFffht/view?usp=drive_link&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 20 Jan 2024 17:14:19 GMT</pubDate>
    <dc:creator>Pavan_123456789</dc:creator>
    <dc:date>2024-01-20T17:14:19Z</dc:date>
    <item>
      <title>Filter out the measure based on the other measure text value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3635011#M140617</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Please help me I am trying to filter&amp;nbsp; the data in&lt;FONT color="#FF0000"&gt; 23 Qty Blank Values Only&lt;/FONT&gt; Based on the &lt;FONT color="#99CC00"&gt;check Month Wise&lt;/FONT&gt; .&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;FONT color="#99CC00"&gt;Check Month Wise&lt;/FONT&gt; =&lt;/SPAN&gt; &lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[23 Qty]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;"D"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[22 Qty]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;"N"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;BLANK&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;())) This is Measure&amp;nbsp;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;I have tried this dax&lt;/FONT&gt; 23 Qty Blank Values Only =&amp;nbsp;&lt;FONT color="#000000"&gt;If( &lt;FONT color="#99CC00"&gt;check Month Wise=&lt;FONT color="#000000"&gt;Blank(), 23 Qty,0) But its not working subtotal level its getting item code level only .&lt;BR /&gt;&lt;BR /&gt;Please find the pbix file in the attached link: &lt;SPAN class=""&gt;&lt;A title="https://drive.google.com/file/d/1cczocswthrgrsyadvhceoxtkjyqfffht/view?usp=drive_link" href="https://drive.google.com/file/d/1CCzoCSwThRgRSYaDvHCEOxtkJYQFffht/view?usp=drive_link" target="_blank" rel="noreferrer noopener"&gt;https://drive.google.com/file/d/1CCzoCSwThRgRSYaDvHCEOxtkJYQFffht/view?usp=drive_link&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="362560" data-lia-user-login="Ahmedx" class="lia-mention lia-mention-user"&gt;Ahmedx&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="403667" data-lia-user-login="123abc" class="lia-mention lia-mention-user"&gt;123abc&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="569583" data-lia-user-login="Dangar332" class="lia-mention lia-mention-user"&gt;Dangar332&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 20 Jan 2024 17:16:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3635011#M140617</guid>
      <dc:creator>Pavan_123456789</dc:creator>
      <dc:date>2024-01-20T17:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Filter out the measure based on the other measure text value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3637783#M140779</link>
      <description>&lt;P&gt;Please indicate the expected outcome based on your sample data.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jan 2024 21:09:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3637783#M140779</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-01-14T21:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Filter out the measure based on the other measure text value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3638175#M140807</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp; Thanks for your reply This is which i am expected result [23 Qty Blank] By using the sumx function which i am getting ,&lt;STRONG&gt;But i need without using the Sumx is it possible to filter the data?&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;23&lt;/SPAN&gt;&lt;SPAN&gt; Qty Blank =&lt;/SPAN&gt; &lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUMMARIZE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Financial Data (3)'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Financial Data (3)'&lt;/SPAN&gt;&lt;SPAN&gt;[Group]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Financial Data (3)'&lt;/SPAN&gt;&lt;SPAN&gt;[SEGMENT]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Financial Data (3)'&lt;/SPAN&gt;&lt;SPAN&gt;[PRODUCT CATEGORY]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Financial Data (3)'&lt;/SPAN&gt;&lt;SPAN&gt;[CORPORATE CUSTOMER]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Financial Data (3)'&lt;/SPAN&gt;&lt;SPAN&gt;[REPORTING COUNTRY]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Financial Data (3)'&lt;/SPAN&gt;&lt;SPAN&gt;[PAC ITEM CODE]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Final"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;NOt&lt;/SPAN&gt;&lt;SPAN&gt; (Check Month Wise = Blank()&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;[23 Qty],0&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;SPAN&gt;[Final]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Jan 2024 07:19:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3638175#M140807</guid>
      <dc:creator>Pavan_123456789</dc:creator>
      <dc:date>2024-01-19T07:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Filter out the measure based on the other measure text value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3644563#M141121</link>
      <description>&lt;P&gt;While you can use a measure as a visual filter it is recommended that you don't attempt to measure a measure. Implement the complete business logic in a single measure.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 23:52:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3644563#M141121</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-01-17T23:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Filter out the measure based on the other measure text value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3647466#M141265</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;I have tried comlete business scenario in one measure without using the [check month wise]&amp;nbsp; but still I am not able to filtering the Subtotal and Total level .Please help me&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;23 Qty Blank Values Only = var _23 Qty = calculate(sum(Financial data(QTY),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Financial&amp;nbsp;data[Year]=2023&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;var _22 Qty = calculate(sum(Financial data(QTY),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Financial data[Year]=2022&lt;BR /&gt;Return&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If(Not(Isblank(_23 Qty)&amp;amp;&amp;amp;Not(Isblank(_22 Qty),_23 Qty,0)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 07:15:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3647466#M141265</guid>
      <dc:creator>Pavan_123456789</dc:creator>
      <dc:date>2024-01-19T07:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Filter out the measure based on the other measure text value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3648502#M141311</link>
      <description>&lt;P&gt;Remember that in a table visual a measure is calculated twice. Once at the row level and once at the Totals level.&amp;nbsp; "Think like the Grand Total" - use Summarize and apply your rules to each virtual table, even if that only consists of a single row.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 15:22:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3648502#M141311</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-01-19T15:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Filter out the measure based on the other measure text value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3649326#M141344</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp; Thank you for the Replay&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;Can you give me clear solution where to use summerize ?&lt;BR /&gt;&lt;BR /&gt;Please find the attached link for the Pbix file &lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;A title="https://drive.google.com/file/d/1cczocswthrgrsyadvhceoxtkjyqfffht/view?usp=drive_link" href="https://drive.google.com/file/d/1CCzoCSwThRgRSYaDvHCEOxtkJYQFffht/view?usp=drive_link" target="_blank" rel="noreferrer noopener"&gt;https://drive.google.com/file/d/1CCzoCSwThRgRSYaDvHCEOxtkJYQFffht/view?usp=drive_link&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2024 17:14:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3649326#M141344</guid>
      <dc:creator>Pavan_123456789</dc:creator>
      <dc:date>2024-01-20T17:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filter out the measure based on the other measure text value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3649665#M141376</link>
      <description>&lt;P&gt;I think what you want to show is the 2023 values, but only when there are also values for 2022?&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>Sat, 20 Jan 2024 16:29:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3649665#M141376</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-01-20T16:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Filter out the measure based on the other measure text value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3649691#M141379</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Yes&amp;nbsp; I want to show the values when there also a values in 2022 also (But without using the sumx is it not possible ?)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2024 17:17:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3649691#M141379</guid>
      <dc:creator>Pavan_123456789</dc:creator>
      <dc:date>2024-01-20T17:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Filter out the measure based on the other measure text value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3681895#M142989</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="658720" data-lia-user-login="Pavan_123456789" class="lia-mention lia-mention-user"&gt;Pavan_123456789&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you tell us the reason that you don't want to use SUMX?&lt;BR /&gt;And whether&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp; answer can help you get the desired result.&lt;BR /&gt;If his post helps, could you please mark his post as Answered? It will help the others in the community find the solution easily if they face the same problem as yours. Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Yulia Yan&lt;BR /&gt;&lt;BR /&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 05:04:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-out-the-measure-based-on-the-other-measure-text-value/m-p/3681895#M142989</guid>
      <dc:creator>v-weiyan1-msft</dc:creator>
      <dc:date>2024-02-06T05:04:12Z</dc:date>
    </item>
  </channel>
</rss>

