<?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 multi column arguments with vs without Filter -understanding internal logic in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-multi-column-arguments-with-vs-without-Filter/m-p/1720935#M35596</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="283031" data-lia-user-login="dhrubojtg" class="lia-mention lia-mention-user"&gt;dhrubojtg&lt;/a&gt;&amp;nbsp; Can you share the code of the new measure.&lt;/P&gt;</description>
    <pubDate>Sun, 14 Mar 2021 17:45:35 GMT</pubDate>
    <dc:creator>AntrikshSharma</dc:creator>
    <dc:date>2021-03-14T17:45:35Z</dc:date>
    <item>
      <title>Calculate multi column arguments with vs without Filter -understanding internal logic</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-multi-column-arguments-with-vs-without-Filter/m-p/1720831#M35591</link>
      <description>&lt;P&gt;Dear Dax Gurus&lt;BR /&gt;&lt;BR /&gt;I am learning Dax and need your expert guidance&lt;BR /&gt;&lt;BR /&gt;PBIX reference1:&lt;BR /&gt;&lt;A title="You can download the PBIX I used for this question" href="https://www.dropbox.com/s/6v789rra5rerowo/Contoso.pbix?dl=0" target="_self"&gt;https://www.dropbox.com/s/6v789rra5rerowo/Contoso.pbix?dl=0&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Result screenshot of comparison of both measures&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/s/2snl45p6377bs1u/PBIDesktop_bQTBAWMCC8.png?dl=0" target="_blank" rel="noopener"&gt;https://www.dropbox.com/s/2snl45p6377bs1u/PBIDesktop_bQTBAWMCC8.png?dl=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;reference2&lt;BR /&gt;Sales Amount = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUMX(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'Online Sales',&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'Online Sales'[Sales Quantity] * 'Online Sales'[Unit Price] - 'Online Sales'[Discount Amount]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#800080"&gt;&lt;STRONG&gt;What is the difference between following measures , it seems same but the results are different(Both 1,2 measure are run on same data model )&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1.&lt;BR /&gt;CalculateWithFilter = CALCULATE(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[Sales Amount],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FILTER(Products,Products[Brand Name] = "Contoso"),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FILTER(Customers,Customers[Country] = "Canada" || Customers[Country] = "China"),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FILTER('Calendar','Calendar'[Is Work Day] = "WorkDay"),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FILTER('Calendar','Calendar'[Calendar Month] = 200701)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;BR /&gt;&lt;BR /&gt;2.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CalculateWithoutFilter = CALCULATE(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[Sales Amount],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Products[Brand Name] = "Contoso",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Customers[Country] = "Canada" || Customers[Country] = "China",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Calendar'[Is Work Day] = "WorkDay",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Calendar'[Calendar Month] = 200701&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 14 Mar 2021 14:08:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-multi-column-arguments-with-vs-without-Filter/m-p/1720831#M35591</guid>
      <dc:creator>dhrubojtg</dc:creator>
      <dc:date>2021-03-14T14:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate multi column arguments with vs without Filter -understanding internal logic</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-multi-column-arguments-with-vs-without-Filter/m-p/1720866#M35592</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="283031" data-lia-user-login="dhrubojtg" class="lia-mention lia-mention-user"&gt;dhrubojtg&lt;/a&gt;&amp;nbsp; a lot of things in DAX are syntax sugars. So taking the example of 2nd code:&lt;/P&gt;
&lt;P&gt;This:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CalculateWithoutFilter =
CALCULATE (
    [Sales Amount],
    Products[Brand Name] = "Contoso",
    Customers[Country] = "Canada"
        || Customers[Country] = "China",
    'Calendar'[Is Work Day] = "WorkDay",
    'Calendar'[Calendar Month] = 200701
)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Exands internally and becomes:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CalculateWithoutFilter =
CALCULATE (
    [Sales Amount],
    FILTER ( ALL ( Products[Brand Name] ), Products[Brand Name] = "Contoso" ),
    FILTER (
        ALL ( Customers[Country] ),
        Customers[Country] = "Canada"
            || Customers[Country] = "China"
    ),
    FILTER ( ALL ( 'Calendar'[Is Work Day] ), 'Calendar'[Is Work Day] = "WorkDay" ),
    FILTER (
        ALL ( 'Calendar'[Calendar Month] ),
        'Calendar'[Calendar Month] = 200701
    )
)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The expansion is clearly visible in the Logical query plan that Formula Engine generates (There are 2 engines in DAX, Storage and Formula Engine):&lt;/P&gt;
&lt;P&gt;I also have the Contoso Model so here is how the expansion appers in the query plan generated internally by DAX engine: (If you want to know how to read a query plan check the first link after my signature)&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;So how is that both codes are different?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The difference is in the way you have referenced Products, Calendar, and Customer tables inside FILTER, when the expansion in previous code happened it became FILTER ( ALL ... which ignores any existing filter on the column/table, but you are writing naked table reference which is getting filtered in the filter context so here is what happens in the with Filter version i.e. FILTER ( Products:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; There is an outer filter context outside CALCULATE where you have called the measure&lt;/P&gt;
&lt;P&gt;2. CALCULATE evaluates the Products table in the outer filter context and once this table is filtered, FILTER evaluates the conditions that you have specified, i.e. Brand = "Contoso"&lt;/P&gt;
&lt;P&gt;3. CALCULATE applies this new filter of Brand = Contoso to the filter context in which it evaluates the sales amount&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem in the above execution is once the products table is filtered in a filter context where Brand is "Fabrikam", the result of FILTER will be an empty table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is what happens when you use without FILTER version, i.e.&amp;nbsp;&lt;SPAN&gt;Products[Brand Name] = "Contoso"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; There is an outer filter context outside CALCULATE where you have called the measure&lt;/P&gt;
&lt;P&gt;2. &amp;nbsp;&lt;SPAN&gt;Products[Brand Name] = "Contoso" expands and becomes&amp;nbsp;&lt;SPAN class="Keyword"&gt;FILTER&lt;/SPAN&gt;&lt;SPAN class="Parenthesis"&gt;&amp;nbsp;(&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="Keyword"&gt;ALL&lt;/SPAN&gt;&lt;SPAN class="Parenthesis"&gt;&amp;nbsp;(&lt;/SPAN&gt;&amp;nbsp;Products[Brand&amp;nbsp;Name]&amp;nbsp;&lt;SPAN class="Parenthesis"&gt;)&lt;/SPAN&gt;,&amp;nbsp;Products[Brand&amp;nbsp;Name]&amp;nbsp;=&amp;nbsp;&lt;SPAN class="StringLiteral"&gt;"Contoso"&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="Parenthesis"&gt;), the ALL ignores any existing filter context on the same column and always returns all the brands and in this case the result of CALCULATE won't be an empty table and Contoso will be the final filter context for each row of your visual&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="Parenthesis"&gt;3. CALCULATE overrides the exisiting filters on Brand column with new filter which is Contoso and evaluates each cell of your visual where the filter context for Brand is Contoso&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="Parenthesis"&gt;Now if the result of&amp;nbsp;CalculateWithFilter is what you want then you need to use KEEPFILTERS like this:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CalculateWithoutFilter =
CALCULATE (
    [Sales Amount],
    KEEPFILTERS ( Products[Brand Name] = "Contoso" ),
    KEEPFILTERS ( Customers[Country] = "Canada" || Customers[Country] = "China" ),
    KEEPFILTERS ( 'Calendar'[Is Work Day] = "WorkDay" ),
    KEEPFILTERS ( 'Calendar'[Calendar Month] = 200701 )
)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;KEEPFILTERS does a SET operations where it simply intersects outer filter and the new filter created by CALCULATE if the values in the outer filter exists in new one then you will get a result otherwise a blank.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also read this:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forum.enterprisedna.co/t/thinking-behind-use-of-keepfilters/10556/2" target="_blank"&gt;https://forum.enterprisedna.co/t/thinking-behind-use-of-keepfilters/10556/2&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Mar 2021 15:54:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-multi-column-arguments-with-vs-without-Filter/m-p/1720866#M35592</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2021-03-14T15:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate multi column arguments with vs without Filter -understanding internal logic</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-multi-column-arguments-with-vs-without-Filter/m-p/1720932#M35595</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="236628" data-lia-user-login="AntrikshSharma" class="lia-mention lia-mention-user"&gt;AntrikshSharma&lt;/a&gt;Thank you for taking time to reply and help me out .&lt;BR /&gt;I tried a lot to give you detailed reply but while posting I am getting HTML error . So I am writing short reply&lt;BR /&gt;&lt;BR /&gt;To make sure i understood , I created another filter which is the expanded version of meaure without All.&lt;BR /&gt;&lt;BR /&gt;Now when i use that in my exting external context, I dont' see the same result the result is very different for withou filter version and the expanded version of without filter version with All&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;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Mar 2021 17:37:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-multi-column-arguments-with-vs-without-Filter/m-p/1720932#M35595</guid>
      <dc:creator>dhrubojtg</dc:creator>
      <dc:date>2021-03-14T17:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate multi column arguments with vs without Filter -understanding internal logic</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-multi-column-arguments-with-vs-without-Filter/m-p/1720935#M35596</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="283031" data-lia-user-login="dhrubojtg" class="lia-mention lia-mention-user"&gt;dhrubojtg&lt;/a&gt;&amp;nbsp; Can you share the code of the new measure.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Mar 2021 17:45:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-multi-column-arguments-with-vs-without-Filter/m-p/1720935#M35596</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2021-03-14T17:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate multi column arguments with vs without Filter -understanding internal logic</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-multi-column-arguments-with-vs-without-Filter/m-p/1721398#M35610</link>
      <description>&lt;P&gt;It is the expanded version you shared which I expect to give same result as the non expanded form , but when I apply it doesnot&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CalculateWithoutFilterAllExp =
CALCULATE (
    [Sales Amount],
    FILTER ( ALL ( Products[Brand Name] ), Products[Brand Name] = "Contoso" ),
    FILTER (
        ALL ( Customers[Country] ),
        Customers[Country] = "Canada"
            || Customers[Country] = "China"
    ),
    FILTER ( ALL ( 'Calendar'[Is Work Day] ), 'Calendar'[Is Work Day] = "WorkDay" ),
    FILTER (
        ALL ( 'Calendar'[Calendar Month] ),
        'Calendar'[Calendar Month] = 200701
    )
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 05:01:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-multi-column-arguments-with-vs-without-Filter/m-p/1721398#M35610</guid>
      <dc:creator>dhrubojtg</dc:creator>
      <dc:date>2021-03-15T05:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate multi column arguments with vs without Filter -understanding internal logic</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-multi-column-arguments-with-vs-without-Filter/m-p/1721419#M35611</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="283031" data-lia-user-login="dhrubojtg" class="lia-mention lia-mention-user"&gt;dhrubojtg&lt;/a&gt;&amp;nbsp; You need to add KEEPFILTERS before each FILTER. I have mentioned that in my previous post.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 05:15:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-multi-column-arguments-with-vs-without-Filter/m-p/1721419#M35611</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2021-03-15T05:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate multi column arguments with vs without Filter -understanding internal logic</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-multi-column-arguments-with-vs-without-Filter/m-p/1722328#M35629</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="236628" data-lia-user-login="AntrikshSharma" class="lia-mention lia-mention-user"&gt;AntrikshSharma&lt;/a&gt;&amp;nbsp; Thank you for the great help&amp;nbsp; ,I actually mistyped my question ,partly because even I was not aware that I mistyped which i know now .&lt;BR /&gt;You given right answer , I was not expecting to use keep filters to remove existing context . . but I was expecting same as you noted . .which infact was not happening .&lt;BR /&gt;&lt;BR /&gt;What I did by mistake is -I created a column (And assumed it to be a measure)-and wrote the formula that I would for a measure.&lt;BR /&gt;If you see screnshot and also the pbix , I have created&amp;nbsp; CalculateWithoutFilter as Calculated column -and was in wrong assumption that it was a measure.&lt;BR /&gt;&lt;BR /&gt;Thanks for help a lot .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 10:48:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-multi-column-arguments-with-vs-without-Filter/m-p/1722328#M35629</guid>
      <dc:creator>dhrubojtg</dc:creator>
      <dc:date>2021-03-15T10:48:56Z</dc:date>
    </item>
  </channel>
</rss>

