<?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: Urgent Help : Remove filter from a MEASURE using DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Help-Remove-filter-from-a-MEASURE-using-DAX/m-p/3082072#M107484</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="458563" data-lia-user-login="rithu" class="lia-mention lia-mention-user"&gt;rithu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a Slicer Table that of a single column that contains "Yes" and "No" and link it to the&amp;nbsp;&lt;SPAN&gt;Latest Week Check column and use it in the slicer. The the tooltip measure would be&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Issue Rate All =&lt;BR /&gt;CALCULATE (&lt;BR /&gt;[Issue Rate],&lt;BR /&gt;CROSSFILTER ( REPO[Latest Week Check], SlicerTable[Last Week Check], NONE )&lt;BR /&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2023 19:25:11 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-02-15T19:25:11Z</dc:date>
    <item>
      <title>Urgent Help : Remove filter from a MEASURE using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Help-Remove-filter-from-a-MEASURE-using-DAX/m-p/3081972#M107473</link>
      <description>&lt;P&gt;I need to remove a filter from a measure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 3 tables - REPO, ISSUES and DATES&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a column chart X is district and Y is this measure ( Issue Rate )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Report table -&lt;/P&gt;&lt;P&gt;DAX 1 - measure&lt;/P&gt;&lt;P&gt;Issue Rate = CALCULATE( DIVIDE( COUNTA(ISSUES[type]), DISTINCTCOUNT(REPO[id])))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DAX 2 - CALCULATED COLUMN TO FILTER THE CURRENT WEEK&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Latest Week Check = IF(AND(REPO[Week]&amp;lt;LOOKUPVALUE('Dates'[Fiscal Week],'Dates'[Day],REPO[Today]),REPO[ Week]&amp;gt;=DATE(YEAR(REPO[Current Week]),MONTH(REPO[Current Week]),DAY(REPO[Current Week]))-7), "YES", "NO")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To filter the column chart&amp;nbsp;to show the current week data I have added this caculated colum to filters pane and Selected "YES"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, I am creating a new tool tip that removes Latest Week Check filter and show the entire data for all the weeks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TOOL TIP&amp;nbsp;&lt;/P&gt;&lt;P&gt;X is REPO[Week]&lt;BR /&gt;Y is Issue Rate All (New measure to remove the filter)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Issue Rate All = calcualate (REPO[Issue Rate], Removefilters[repo[Latest Week Check])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried different variations for this ISSUE RATE ALL DAX&amp;nbsp; - REMOVEFILTERS, ALL, ALLEXCEPT. Nothing seems to work I am not sure what column to use also. Let me know where I am going wrong or any other workarouds. Thank you so much.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 20:54:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Help-Remove-filter-from-a-MEASURE-using-DAX/m-p/3081972#M107473</guid>
      <dc:creator>rithu</dc:creator>
      <dc:date>2023-02-15T20:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Help : Remove filter from a MEASURE using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Help-Remove-filter-from-a-MEASURE-using-DAX/m-p/3082072#M107484</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="458563" data-lia-user-login="rithu" class="lia-mention lia-mention-user"&gt;rithu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a Slicer Table that of a single column that contains "Yes" and "No" and link it to the&amp;nbsp;&lt;SPAN&gt;Latest Week Check column and use it in the slicer. The the tooltip measure would be&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Issue Rate All =&lt;BR /&gt;CALCULATE (&lt;BR /&gt;[Issue Rate],&lt;BR /&gt;CROSSFILTER ( REPO[Latest Week Check], SlicerTable[Last Week Check], NONE )&lt;BR /&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 19:25:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Help-Remove-filter-from-a-MEASURE-using-DAX/m-p/3082072#M107484</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-15T19:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Help : Remove filter from a MEASURE using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Help-Remove-filter-from-a-MEASURE-using-DAX/m-p/3082150#M107493</link>
      <description>&lt;P&gt;It worked. Thank you so much&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 20:53:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Help-Remove-filter-from-a-MEASURE-using-DAX/m-p/3082150#M107493</guid>
      <dc:creator>rithu</dc:creator>
      <dc:date>2023-02-15T20:53:34Z</dc:date>
    </item>
  </channel>
</rss>

