<?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: Calculate function does not seem to lift the filter it is supposed to lift in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-does-not-seem-to-lift-the-filter-it-is/m-p/2054309#M46262</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;GRP MAT North =
CALCULATE ( [Monthly GRP Views MAT], Targetlist[Target] = "North" )&lt;/LI-CODE&gt;&lt;P&gt;which is equivalent to:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;GRP MAT North =
CALCULATE (
    [Monthly GRP Views MAT],
    FILTER ( ALL ( Targetlist[Target] ), Targetlist[Target] = "North" )
)&lt;/LI-CODE&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Thu, 02 Sep 2021 14:38:19 GMT</pubDate>
    <dc:creator>Jos_Woolley</dc:creator>
    <dc:date>2021-09-02T14:38:19Z</dc:date>
    <item>
      <title>Calculate function does not seem to lift the filter it is supposed to lift</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-does-not-seem-to-lift-the-filter-it-is/m-p/2054193#M46259</link>
      <description>&lt;P&gt;Hello Everyone,&lt;BR /&gt;&lt;BR /&gt;I don't understand why the result of this "calculate" formula only shows when the filter is applied. I thought it was supposed to repeat the same constant on all the rows from the table. Has someone an idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to repeat the "GRP" from the North next to the "GRP" results of all the other targets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've build this formula :&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;GRP MAT North = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE([Monthly GRP Views MAT], FILTER(Targetlist, Targetlist[Target]="North"))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The result is ok :&amp;nbsp; GRP MAT North = GRP MAT when the target filter is "North" BUT the result does not appear on the other rows for some reason:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;thanks a lot for helping&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 02 Sep 2021 13:53:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-does-not-seem-to-lift-the-filter-it-is/m-p/2054193#M46259</guid>
      <dc:creator>Steph_Piret</dc:creator>
      <dc:date>2021-09-02T13:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate function does not seem to lift the filter it is supposed to lift</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-does-not-seem-to-lift-the-filter-it-is/m-p/2054309#M46262</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;GRP MAT North =
CALCULATE ( [Monthly GRP Views MAT], Targetlist[Target] = "North" )&lt;/LI-CODE&gt;&lt;P&gt;which is equivalent to:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;GRP MAT North =
CALCULATE (
    [Monthly GRP Views MAT],
    FILTER ( ALL ( Targetlist[Target] ), Targetlist[Target] = "North" )
)&lt;/LI-CODE&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 14:38:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-does-not-seem-to-lift-the-filter-it-is/m-p/2054309#M46262</guid>
      <dc:creator>Jos_Woolley</dc:creator>
      <dc:date>2021-09-02T14:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate function does not seem to lift the filter it is supposed to lift</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-does-not-seem-to-lift-the-filter-it-is/m-p/2054382#M46268</link>
      <description>&lt;P&gt;Thanks but unfortunately it does not change the result I get ...&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 15:13:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-does-not-seem-to-lift-the-filter-it-is/m-p/2054382#M46268</guid>
      <dc:creator>Steph_Piret</dc:creator>
      <dc:date>2021-09-02T15:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate function does not seem to lift the filter it is supposed to lift</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-does-not-seem-to-lift-the-filter-it-is/m-p/2054393#M46269</link>
      <description>&lt;P&gt;It does for me using the data you provided, though perhaps you could confirm the definition for your &lt;STRONG&gt;Monthly GRP Views MAT&lt;/STRONG&gt; measure? Failing that, you can either upload your workbook or, if that's not possible (e.g. due to confidentiality reasons), it should be fairly easy for you to create a small, mocked-up version which uses dummy data and upload that.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 15:18:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-does-not-seem-to-lift-the-filter-it-is/m-p/2054393#M46269</guid>
      <dc:creator>Jos_Woolley</dc:creator>
      <dc:date>2021-09-02T15:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate function does not seem to lift the filter it is supposed to lift</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-does-not-seem-to-lift-the-filter-it-is/m-p/2068404#M46769</link>
      <description>&lt;P&gt;I found a solution : it works if I use "allselected", like suggested in this other post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/calculate-function/m-p/1657559/highlight/true#M663308" target="_blank"&gt;Solved: calculate functio&lt;/A&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/calculate-function/m-p/1657559/highlight/true#M663308" target="_blank"&gt;n - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for making me think of "all" anyway!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 07:57:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-function-does-not-seem-to-lift-the-filter-it-is/m-p/2068404#M46769</guid>
      <dc:creator>Steph_Piret</dc:creator>
      <dc:date>2021-09-10T07:57:01Z</dc:date>
    </item>
  </channel>
</rss>

