<?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: Removing filter context in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removing-filter-context/m-p/3141512#M112194</link>
    <description>&lt;P&gt;=CALCULATE([Total Outband Forcast],'SUMMARIZE'[Week]="2023-W10")&lt;/P&gt;</description>
    <pubDate>Mon, 20 Mar 2023 06:35:14 GMT</pubDate>
    <dc:creator>wdx223_Daniel</dc:creator>
    <dc:date>2023-03-20T06:35:14Z</dc:date>
    <item>
      <title>Removing filter context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removing-filter-context/m-p/3141503#M112193</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would someone able to help me with the below?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- I have two measures&amp;nbsp;&lt;STRONG&gt;out_forecast_w1 &amp;amp; out_forecast_w2&lt;/STRONG&gt;&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;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to replicate the result for all week intestead only for the week I am filtering.&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;For example&amp;nbsp;&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;A href="https://easyupload.io/6dt7hk" target="_blank" rel="nofollow noopener noreferrer"&gt;https://easyupload.io/6dt7hk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 07:13:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removing-filter-context/m-p/3141503#M112193</guid>
      <dc:creator>murillocosta</dc:creator>
      <dc:date>2023-03-20T07:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Removing filter context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removing-filter-context/m-p/3141512#M112194</link>
      <description>&lt;P&gt;=CALCULATE([Total Outband Forcast],'SUMMARIZE'[Week]="2023-W10")&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 06:35:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removing-filter-context/m-p/3141512#M112194</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2023-03-20T06:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Removing filter context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removing-filter-context/m-p/3141616#M112200</link>
      <description>&lt;P&gt;Tks Daniel;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ive tried with calculate but as my [Total Outbound Forecast] measure is quite complex calculation isn't returning anything using calculate. Do you know any trick that would work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Follow the file below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://easyupload.io/6dt7hk" target="_blank"&gt;https://easyupload.io/6dt7hk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 07:12:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removing-filter-context/m-p/3141616#M112200</guid>
      <dc:creator>murillocosta</dc:creator>
      <dc:date>2023-03-20T07:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Removing filter context</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removing-filter-context/m-p/3141716#M112205</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;OUT_FORECAST_W1 = &lt;/SPAN&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'SUMMARIZE'&lt;/SPAN&gt;&lt;SPAN&gt;[Week]&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;'SUMMARIZE'&lt;/SPAN&gt;&lt;SPAN&gt;[Week]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"2023-W10"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;[Total Outbound Forecast]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;I'm worried about the operation efficiency.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Mar 2023 07:56:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Removing-filter-context/m-p/3141716#M112205</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2023-03-20T07:56:27Z</dc:date>
    </item>
  </channel>
</rss>

