<?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: Filter Not working on Dax in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3517013#M135037</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;Please find the atttached PBIX sample file link to get the data and the requirement already i have mentioned above.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please feel free to revert in case of anything you required.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for helping me out of this challending requirement.&lt;BR /&gt;&lt;BR /&gt;&lt;A title="Drive Link For PBIX FILE" href="https://drive.google.com/file/d/1tu3SSUGGguV5SSWwCDDh5OhVxXEo4c_p/view?usp=drive_link" target="_self"&gt;https://drive.google.com/file/d/1tu3SSUGGguV5SSWwCDDh5OhVxXEo4c_p/view?usp=drive_link&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Nov 2023 05:25:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-11-06T05:25:38Z</dc:date>
    <item>
      <title>Filter Not working on Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3506860#M134566</link>
      <description>&lt;P&gt;Dear &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="315905" data-lia-user-login="Team" class="lia-mention lia-mention-user"&gt;Team&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created one table using Summarize and my main data source is coming from the azure synapse to power BI using import mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then from their i have summarized a table and below things i have summarized :&lt;BR /&gt;1. Month Year&lt;/P&gt;&lt;P&gt;2. SiteID&lt;/P&gt;&lt;P&gt;3. Total Sales&lt;/P&gt;&lt;P&gt;4. Region head&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then from there with Total Sales i used dax to get Previous Month sales.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Motive was to find out those SiteID which was cointnously sales going down month on month based on month selection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suppose i have selected 4 month or 6 month then i need those SiteID which continously sales gone down 4 month or 6 month so i need to find out those SiteID as per my business requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now what i have done here, since&amp;nbsp; i was having Total Sales month on month for each siteId so i have created below measure to get things:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Previous Month sales&amp;nbsp; : (Previous Period Sale(AShish) = CALCULATE(SUM(Ashish_Degrow_Sites[Total Sales]), PREVIOUSMONTH(Ashish_Degrow_Sites[Month/Year]))&lt;BR /&gt;&lt;BR /&gt;2.Sales Decrease :&amp;nbsp;IF(SUM(Ashish_Degrow_Sites[Total Sales])&amp;lt; [Previous Period Sale(AShish)] , 1, 0) --&amp;gt; TO find out those site Id which are going down&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that i used that measure in filter pane and selected only 1 so that only those siteId will show where the sales went down&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Count of SiteID Repeation:&amp;nbsp;CALCULATE(COUNTROWS(Ashish_Degrow_Sites), ALLSELECTED(Ashish_Degrow_Sites[Month/Year]))&lt;BR /&gt;To check that which siteId is how many time presented in my table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4.Count_OF_Month = DATEDIFF( MIN(Ashish_Degrow_Sites[Month/Year]), MAX(Ashish_Degrow_Sites[Month/Year]), MONTH)+1&lt;BR /&gt;This dax will help us to know that how many months we have selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now the approach i was using that suppose i have selected 4 month then count_of_Month measure will tell us the result as 4 and after using countOf siteId we will get which siteID is how many times available in my table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if 4 month is matching with 4 (i;e , will filter only those siteID which is went down 4 times) then we will filter that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but here i am facing issue that i am not able to filter those siteID&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried filter function, calculate function, rank function to get the details but still i was not able to do the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone please able to assist me it's very urgent.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 10:13:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3506860#M134566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-31T10:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Not working on Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3515406#M134945</link>
      <description>&lt;P&gt;Use SUMMARIZECOLUMNS, not SUMMARIZE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide sample data (with sensitive information removed) that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot). Leave out anything not related to the issue. &lt;BR /&gt;If you are unsure how to do that please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;If you want to get answers faster please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2023 01:31:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3515406#M134945</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-11-04T01:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Not working on Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3517013#M135037</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;Please find the atttached PBIX sample file link to get the data and the requirement already i have mentioned above.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please feel free to revert in case of anything you required.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for helping me out of this challending requirement.&lt;BR /&gt;&lt;BR /&gt;&lt;A title="Drive Link For PBIX FILE" href="https://drive.google.com/file/d/1tu3SSUGGguV5SSWwCDDh5OhVxXEo4c_p/view?usp=drive_link" target="_self"&gt;https://drive.google.com/file/d/1tu3SSUGGguV5SSWwCDDh5OhVxXEo4c_p/view?usp=drive_link&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 05:25:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3517013#M135037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-06T05:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Not working on Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3517015#M135038</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;Please find the atttached PBIX sample file link to get the data and the requirement already i have mentioned above.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please feel free to revert in case of anything you required.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for helping me out of this challenging requirement.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://drive.google.com/file/d/16OM7wFp84AU0a_wktGU6bsMTlv8YxzTB/view?usp=drive_link" target="_blank" rel="noopener"&gt;https://drive.google.com/file/d/16OM7wFp84AU0a_wktGU6bsMTlv8YxzTB/view?usp=drive_link&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 07:21:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3517015#M135038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-07T07:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Not working on Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3518836#M135153</link>
      <description>&lt;P&gt;This is much more complex than it may seem.&amp;nbsp; Here is a proposal for a part graphical part code solution using Sparklines and array sorting and switch elimination.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will work both on the store level and the region head level.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 01:56:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3518836#M135153</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-11-07T01:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Not working on Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3519023#M135159</link>
      <description>&lt;P&gt;Hi Thanks for working over my issue.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;But still the issue is not solved.&lt;BR /&gt;&lt;BR /&gt;The requirement is that based on month selection we want only those Site where the sales continously went down.&lt;BR /&gt;&lt;BR /&gt;You can try diffreent approach aswell.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For an example - suppose i selected June 23 to Oct 23 so total month will be 5, so we want only those site where continously sales went down in these selected month.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Let say there is a site 123 and sales of month on month&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Month&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sales&lt;BR /&gt;June 23&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 100&lt;/P&gt;&lt;P&gt;July 23&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;90&lt;/P&gt;&lt;P&gt;Aug 23&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 80&lt;/P&gt;&lt;P&gt;Sep 23&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 75&lt;/P&gt;&lt;P&gt;Oct 23&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;72&lt;BR /&gt;&lt;BR /&gt;Here as we can see the sales is continously down so we need to only find these kinds of site based on month selection.&lt;BR /&gt;&lt;BR /&gt;Mean the result should be filtered out dynamically based on number of month selected.&lt;BR /&gt;if selected 5 month then need to show those site where 5 times continously sales went down, if selected 6 month or 8 month then need to show only those site where continously 6 times or 8 times sales went down.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kindly help me here so that i can come out from this strange challenge.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance!!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 07:29:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3519023#M135159</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-07T07:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Not working on Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3519745#M135195</link>
      <description>&lt;P&gt;Your sample data doesn't support the premise.&amp;nbsp;Please provide sample data &lt;STRONG&gt;that fully covers your issue&lt;/STRONG&gt;.&lt;BR /&gt;Please show the expected outcome based on the sample data you provided.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 11:23:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3519745#M135195</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-11-07T11:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Not working on Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3521385#M135266</link>
      <description>&lt;P&gt;This PBIX file is for report server.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;i am again clarifying my issue:-&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;-&lt;SPAN&gt;I need to identify&lt;/SPAN&gt; those site where the sales are going &lt;SPAN&gt;continuous down over a specified period, based on the monthly selection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For instanceif I select six months, I want to find those sites&amp;nbsp;where sales have consistently decreased for all six of those months, resulting in a count of six consecutive decreases.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;But with this count 6 i am also getting those site which is continously down sales for these selected month 5 times, 4 times, 3 times or 2 times or 1 times.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So here we need filteration if i select 6 month then only those site need to show where sitecount is 6 others need to filter which is not happening.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Also i am giving you the data file to get this load in your own premises and check-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.google.com/spreadsheets/d/1J0St32wZ3ZqjlQJ8zMkGApAhN8Kl8Zuq/edit?usp=drive_link&amp;amp;ouid=104348883861930142596&amp;amp;rtpof=true&amp;amp;sd=true" target="_blank"&gt;https://docs.google.com/spreadsheets/d/1J0St32wZ3ZqjlQJ8zMkGApAhN8Kl8Zuq/edit?usp=drive_link&amp;amp;ouid=104348883861930142596&amp;amp;rtpof=true&amp;amp;sd=true&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If there is any issue to understand or maybe i am not clear, we can connect over a sort call to discuss this.&lt;BR /&gt;&lt;BR /&gt;Thanks for your support!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 05:33:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3521385#M135266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-08T05:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Not working on Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3521418#M135269</link>
      <description>&lt;P&gt;So what i have done so far here......&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have Month/year, Sales, Regionhead(which we are not using as of now in this scenario) .&lt;BR /&gt;-Since i have Sales so i calculated the previousmonth sale for site wise using measure&lt;BR /&gt;-Now i have compared site currentsales Vs Previousmonth sale and if currentmonth sale&amp;lt;Previousmonth sale then i have kept them as a degrow site.&lt;/P&gt;&lt;P&gt;-Later on i used this as filter pane and only filtered those site where the sales is down compare to previos month&lt;/P&gt;&lt;P&gt;-Now suppose i have selected 6 month from month/year&amp;nbsp; slicer then in table chart i will have only 6 month data and since i have filtered only those site where sales is down compare to last month in filter pane so now i can count the site.&lt;/P&gt;&lt;P&gt;-If any site is 6 times avaialble in this table chart mean that is what i am looking for-- continous sale is down&lt;/P&gt;&lt;P&gt;- that's why i used the site_count dax function which is aplicable to count the site in that table chart only&lt;/P&gt;&lt;P&gt;-Now in selection of any month i can get to know how many month i have selecetd and now i want those site where the countmonth=count_site&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Here i have got the result also but the main issue is that i am getting those site where sales is down for all month&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Summarize if you will see in my PBIX file so i have selected 6 month and those sites you can check in table chart where the site_count is showing 6 those are my result which is 100% correct but if you scroll down then you are getting site_count with 5, 4, 3,2,1 so we want to exclude these sites only because we have selected 6 month so want only those sites where sales down for 6 times.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same i will select 5 times or 8&amp;nbsp; times then only those site want where sales down for 5 or 8 times rest we want to exclude.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Requesting to provide your available time to connect so that we can discuss and get a proper resoultion over this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again to lookingup this challenging issue.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 05:48:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3521418#M135269</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-08T05:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Not working on Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3522409#M135310</link>
      <description>&lt;P&gt;I don't have a test setup for Report Server.&amp;nbsp;I hope someone else can help you further.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 12:37:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3522409#M135310</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-11-08T12:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Not working on Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3524413#M135408</link>
      <description>&lt;P&gt;I Think you need not to do anything extra.&lt;BR /&gt;You can get the data and also can load into power BI desktop and then you can try your own method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because it's seems very complex to me. I think if you will try may be you&amp;nbsp; can get the desired output.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 07:53:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-Not-working-on-Dax/m-p/3524413#M135408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-09T07:53:05Z</dc:date>
    </item>
  </channel>
</rss>

