<?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: why my calculate not overwriting filter context in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2675658#M79934</link>
    <description>&lt;P&gt;You're close - CALCULATE changes the filter context, but doesn't eliminate the existing context.&lt;BR /&gt;SQLBI has a good introduction to what CALCULATE actually does:&lt;BR /&gt;&lt;A href="https://www.sqlbi.com/articles/introducing-calculate-in-dax/" target="_blank"&gt;Introducing CALCULATE in DAX - SQLBI&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Aug 2022 13:10:29 GMT</pubDate>
    <dc:creator>AUaero</dc:creator>
    <dc:date>2022-08-02T13:10:29Z</dc:date>
    <item>
      <title>why my calculate not overwriting filter context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2673770#M79826</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As i know calculate will override filter context that is already present, but this is not happening in my case, where i was trying to have sales for certain customers, so when i put customer name as filter in calculate it only shows sales for this particular customer, so its basically acting like keepfilters, or am missing on something? to my understanding it should show the same value on each row of the table as it will overwrite the customer/company name as in my case, but its not working this way&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 19:05:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2673770#M79826</guid>
      <dc:creator>chahineatallah</dc:creator>
      <dc:date>2022-08-01T19:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: why my calculate not overwriting filter context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2673791#M79827</link>
      <description>&lt;P&gt;You haven't removed the filter context for the customer from the current row.&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CALCULATE(
	SUM(Orders[_Sales]),
	ALL(Customers),
	Customers[CompanyName] = "alfreds futterkiste"
)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 01 Aug 2022 19:24:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2673791#M79827</guid>
      <dc:creator>AUaero</dc:creator>
      <dc:date>2022-08-01T19:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: why my calculate not overwriting filter context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2674355#M79854</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for reply, but to my understanding calculate should automatically modify the filter context in the row level &amp;amp; overwrite it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i will try today&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 03:44:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2674355#M79854</guid>
      <dc:creator>chahineatallah</dc:creator>
      <dc:date>2022-08-02T03:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: why my calculate not overwriting filter context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2675658#M79934</link>
      <description>&lt;P&gt;You're close - CALCULATE changes the filter context, but doesn't eliminate the existing context.&lt;BR /&gt;SQLBI has a good introduction to what CALCULATE actually does:&lt;BR /&gt;&lt;A href="https://www.sqlbi.com/articles/introducing-calculate-in-dax/" target="_blank"&gt;Introducing CALCULATE in DAX - SQLBI&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 13:10:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2675658#M79934</guid>
      <dc:creator>AUaero</dc:creator>
      <dc:date>2022-08-02T13:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: why my calculate not overwriting filter context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2681310#M80307</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="258801" data-lia-user-login="chahineatallah" class="lia-mention lia-mention-user"&gt;chahineatallah&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For filters with Boolean conditions&lt;EM&gt;(&lt;SPAN&gt;'Customers'[CompanyName]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"alfreds futterkiste"&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;),&lt;/EM&gt; DAX converts it to a list of values. So, whenever you write the code above, DAX turns this expression into:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sales using calculate =
CALCULATE (
    SUM ( 'Order'[_Sales] ),
    FILTER (
        ALL ( 'Customers'[CompanyName] ),
        'Customers'[CompanyName] = "alfreds futterkiste"
    )
)&lt;/LI-CODE&gt;
&lt;P&gt;Let's go back to this table visual. In each row, DAX creates a filter context containing the corresponding company name. For example, in the Around the Horn row, the original filter context created by the table contains a filter that displays only the company name "Around the Horn". CALCULATE then calculates the filter parameter, which returns a table with only the company name "alfreds futterkiste". The newly created filter overwrites the existing filter on the &lt;STRONG&gt;same column.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;You have understood the whole process very well already, that's why you have the question above. So my doubt is whether the [company name] column comes from the customer table.&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Best Regards,&lt;BR /&gt;Gao&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Community Support Team&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;If there is any post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT size="3" color="#FF0000" data-darkreader-inline-color=""&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT size="3"&gt;&lt;FONT color="#FF0000" data-darkreader-inline-color=""&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;Thanks a lot!&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2" color="#FF0000" data-darkreader-inline-color=""&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;How to get your questions answered quickly&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;--&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;How to provide sample data&lt;/SPAN&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 09:57:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2681310#M80307</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-04T09:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: why my calculate not overwriting filter context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2681674#M80324</link>
      <description>&lt;P&gt;Hi Gao&lt;/P&gt;&lt;P&gt;Am using the customername from customer table which is my lookup table (only unique values), this why it confused me :), as to my knowledge &amp;amp; as you explained also, it should over write the filter context which is in each row, but its acting like as if i put keepfilters&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 12:26:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2681674#M80324</guid>
      <dc:creator>chahineatallah</dc:creator>
      <dc:date>2022-08-04T12:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: why my calculate not overwriting filter context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2681826#M80332</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="10197" data-lia-user-login="AUaero" class="lia-mention lia-mention-user"&gt;AUaero&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sadly, you're not correct but&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="258801" data-lia-user-login="chahineatallah" class="lia-mention lia-mention-user"&gt;chahineatallah&lt;/a&gt;&amp;nbsp;is. If, in CALCULATE, you're putting a list of values for a column, then these take priority over whatever comes from outside, effectively overwriting/eliminating the existing context (values). This is exactly how it works (for more details please go to &lt;A href="https://dax.guide/calculate" target="_blank" rel="noopener"&gt;https://dax.guide/calculate&lt;/A&gt;). Removal of filters from the column is &lt;STRONG&gt;automatic&lt;/STRONG&gt;&amp;nbsp;in this case and these filters are replaced by the values supplied under CALCULATE.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 13:36:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2681826#M80332</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-08-04T13:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: why my calculate not overwriting filter context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2681833#M80333</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="258801" data-lia-user-login="chahineatallah" class="lia-mention lia-mention-user"&gt;chahineatallah&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your understanding is correct. If you don't get the result you're describing, it means something else is at play here. You're probably not showing us everything.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 13:36:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2681833#M80333</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-08-04T13:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: why my calculate not overwriting filter context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2682372#M80381</link>
      <description>&lt;P&gt;Hello Daxtreme&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;frankly i couldnt find whats the problem, but am using customer name from lookup, and sales calculate measure, i will post link to my file, just am curious what am doing wrong, as first time i encounter something like that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://catallah-my.sharepoint.com/:u:/g/personal/chahineatallah_catallah_onmicrosoft_com/EZqp0W5O0tRDtSis49b2h0UBabyAtwczT_3-LRFw2cSYFw?e=32Ktb8" target="_self"&gt;power bi file&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 16:51:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2682372#M80381</guid>
      <dc:creator>chahineatallah</dc:creator>
      <dc:date>2022-08-04T16:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: why my calculate not overwriting filter context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2682702#M80410</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="258801" data-lia-user-login="chahineatallah" class="lia-mention lia-mention-user"&gt;chahineatallah&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know what's going on... This is the version that works:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;sales using calculate = 
CALCULATE(
    [Total sales],
    Customers[CompanyName] = "Wilman Kala",
    REMOVEFILTERS( Customers[CustomerID] ) // See that?
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the explanation is that you have done this:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;This means you've got 2 identifiers in the table. You should not do such things; a table should only ever have one identifier. Here's the code that the visual generates:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;// DAX Query
DEFINE
  VAR __DS0Core = 
    SUMMARIZECOLUMNS(
      ROLLUPADDISSUBTOTAL(
        ROLLUPGROUP('Customers'[CustomerID], 'Customers'[CompanyName]), "IsGrandTotalRowTotal"
      ),
      "Total_sales", 'Orders'[Total sales],
      "sales_using_calculate", 'Orders'[sales using calculate]
    )

  VAR __DS0PrimaryWindowed = 
    TOPN(
      502,
      __DS0Core,
      [IsGrandTotalRowTotal],
      0,
      [Total_sales],
      0,
      'Customers'[CompanyName],
      1,
      'Customers'[CustomerID],
      1
    )

EVALUATE
  __DS0PrimaryWindowed

ORDER BY
  [IsGrandTotalRowTotal] DESC,
  [Total_sales] DESC,
  'Customers'[CompanyName],
  'Customers'[CustomerID]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you see, it keeps filters on both fields in SUMMARIZECOLUMNS that are marked as identifiers. So then, overwriting the filter on one column is not enough. &lt;STRONG&gt;The lesson to take from that is that one should avoid creating more than 1 ID column in a table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you want to necessarily keep both ID fields, then you have to change the measure to:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;sales using calculate = 
var CompanyName = "Wilman Kala"
var CompanyNameFilter = 
    CALCULATETABLE(
        SUMMARIZE(
            Customers,
            Customers[CustomerID],
            Customers[CompanyName]
        ),
        REMOVEFILTERS( 
            Customers[CompanyName], 
            Customers[CustomerID] 
        ),
        Customers[CompanyName] = CompanyName
    )
var Result =
    CALCULATE(
        [Total sales],
        CompanyNameFilter
    )
return
    Result&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is because you have to get rid of filters on both the ID columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or even better:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;sales using calculate = 
CALCULATE(
    [Total sales],
    // Needed because of the two ID's in the table
    REMOVEFILTERS( Customers ),
    Customers[CompanyName] = "Wilman Kala"
)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 04 Aug 2022 20:49:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2682702#M80410</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-08-04T20:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: why my calculate not overwriting filter context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2683159#M80431</link>
      <description>&lt;P&gt;hi Daxtreme&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;frankly i didnt know what are these icons, but how come i have 2 identifiers, in this customer table there are only unique items no duplications, also my relationship is 1 to many, this table i got it from a dax challenge by curbal as am learning dax (i want to learn it in deep detail, its great), so i didnt know how these icons came, i though first maybe its some category issue, as i used to get these icons with countries/dates/areas&amp;nbsp; etc, but never with names/text&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i didnt get your explanation about the identifiers&amp;nbsp; &amp;amp; this dax query (how did you do that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ), if you have any article about this please share as its new to me&lt;/P&gt;&lt;P&gt;and finally how to make only one identifier (1 icon only), this is new to me about identifiers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 03:57:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2683159#M80431</guid>
      <dc:creator>chahineatallah</dc:creator>
      <dc:date>2022-08-05T03:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: why my calculate not overwriting filter context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2683572#M80453</link>
      <description>&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know about any articles about such things. I have learnt the quirks of DAX and PBI mostly from Alberto Ferrari's and Marco Russo's videos on YT. Apart from the fact that I've been through their courses and read their Book several times. And have done countless exercises and no end of troubleshooting on other people's models.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's what you call EXPERIENCE, I guess.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 07:54:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2683572#M80453</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-08-05T07:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: why my calculate not overwriting filter context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2684227#M80496</link>
      <description>&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;nice, am also reading book "definitive guide to dax" reached chapter 8 till now (this is the book ur referring to i guess")&lt;/P&gt;&lt;P&gt;can u tell me how to make only one identifier?&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 12:58:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2684227#M80496</guid>
      <dc:creator>chahineatallah</dc:creator>
      <dc:date>2022-08-05T12:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: why my calculate not overwriting filter context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2684352#M80501</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;When you select a table, play with the Row Label and Key Column dropdowns. If you have 2 different columns in there, they will both be marked as ID's for the table. So, it's better to have one field that will serve both purposes or just not to fill in both, only one of them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 14:00:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/2684352#M80501</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-08-05T14:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: why my calculate not overwriting filter context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/3901645#M152038</link>
      <description>&lt;P&gt;Hi, I have had a similar situation and have found that if the column shown in a table is sorted by another column, then the value only shows in the row that matches the filter in the calculate function.&amp;nbsp; When I removed the sorting by another column, then the same calculate function populated all rows.&amp;nbsp; What I found was that the measure filter must use the field name that the column is sorted by (and not just the column that you are showing in the visual).&amp;nbsp; Hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 09:32:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/why-my-calculate-not-overwriting-filter-context/m-p/3901645#M152038</guid>
      <dc:creator>r-e-jackson</dc:creator>
      <dc:date>2024-05-08T09:32:33Z</dc:date>
    </item>
  </channel>
</rss>

