<?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: A puzzle about KEEPFILTERS &amp;amp; arbitrarily shaped filters in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831678#M38962</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="6799" data-lia-user-login="OwenAuger" class="lia-mention lia-mention-user"&gt;OwenAuger&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you please report &lt;A href="https://community.powerbi.com/t5/Desktop/Filter-and-changing-the-measure-to-show-0-instead-of-blank-in/m-p/1831606" target="_self"&gt;THIS&lt;/A&gt; to Microsoft as well? I'm sure this is a bug and one of a big calibre at that. I would do it but don't have a Pro license, so I'm afraid it wouldn't reach MS quickly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;</description>
    <pubDate>Sun, 09 May 2021 01:42:36 GMT</pubDate>
    <dc:creator>daxer-almighty</dc:creator>
    <dc:date>2021-05-09T01:42:36Z</dc:date>
    <item>
      <title>A puzzle about KEEPFILTERS &amp; arbitrarily shaped filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831150#M38940</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;I have learned the&amp;nbsp;&lt;SPAN&gt;latest&amp;nbsp;&lt;SPAN&gt;article about&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;KEEPFILTERS &amp;amp;&amp;nbsp;&lt;SPAN&gt;arbitrarily shaped filters on sqlbi.com，and the video on youtube.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;According to the instructions，with the&amp;nbsp;&lt;SPAN&gt;following&amp;nbsp;&lt;SPAN&gt;case，the final filter context of&amp;nbsp;&lt;SPAN&gt;subtotal row of year 2020&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;should be (year = 2020 , month = 1) || (year = 2020 , month = 2) ,&lt;SPAN&gt;but s&lt;SPAN&gt;omething seems to be wrong.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&amp;nbsp;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;Could anybody help me?&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 08 May 2021 05:57:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831150#M38940</guid>
      <dc:creator>powerbi666</dc:creator>
      <dc:date>2021-05-08T05:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: A puzzle about KEEPFILTERS &amp; arbitrarily shaped filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831334#M38944</link>
      <description>&lt;P&gt;Another approach to consider is to use a measure expression like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SUMX Total Sales = SUMX(SUMMARIZE('Date', 'Date'[Year], 'Date'[Month]), [Sum of Amount])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pat&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 12:43:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831334#M38944</guid>
      <dc:creator>mahoneypat</dc:creator>
      <dc:date>2021-05-08T12:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: A puzzle about KEEPFILTERS &amp; arbitrarily shaped filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831368#M38946</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="300764" data-lia-user-login="powerbi666" class="lia-mention lia-mention-user"&gt;powerbi666&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A puzzle indeed!&lt;/P&gt;
&lt;P&gt;I agree, this result is not what I would expect either!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your reasoning looks correct to me:&lt;/P&gt;
&lt;P&gt;Restating what you have already said, in the matrix, for the 2020 subtotal of [SUMX of Amount], we should have:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Filter context of matrix overall: (yr=2020,mth=1) || (yr=2021,mth=2)&lt;/LI&gt;
&lt;LI&gt;2020 row of matrix applies filter of (yr=2020) when evaluating measure.&lt;/LI&gt;
&lt;LI&gt;This should cause "complex filter reduction", resulting in &lt;STRONG&gt;(yr=2020) &amp;amp;&amp;amp; ( (mth=1) || (mth = 2) )&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;So I would expect, for 2020, [SUMX of Amount] = 1 + 3 = 4&lt;/LI&gt;
&lt;LI&gt;However, we are getting [SUMX of Amount] = 1 + 5 = 6&lt;BR /&gt;After some testing with different figures, I agree that this is apparently &lt;STRONG&gt;(yr=2020,mth=1) || (yr=2021,mth=1)&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I'm leaning towards this being a bug, or certainly some oddity of how SUMMARIZCOLUMNS behaves.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To further explore, I looked at the DAX query behind the visual.&lt;/P&gt;
&lt;P&gt;If we simplify the visual to just show [SUMX of Amount] by Sales[Year] and look at the DAX query generated by the visual, the query essentially looks like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;DAX Query generated by Power BI (simplified)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;EVALUATE
VAR ComplexFilter =
    TREATAS ( { ( 2020, 1 ), ( 2021, 2 ) }, 'Sales'[Year], 'Sales'[Month] )
RETURN
    SUMMARIZECOLUMNS (
        'Sales'[Year],
        ComplexFilter,
        "SUMX_of_Amount", [SUMX of Amount]
    )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="lia-align-right" style="height: 90px;" border="1"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="209px" height="30px"&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="254px" height="30px"&gt;&lt;STRONG&gt;SUMX_of_Amount&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="209px" height="30px"&gt;2020&lt;/TD&gt;
&lt;TD width="254px" height="30px"&gt;6&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="209px" height="30px"&gt;2021&lt;/TD&gt;
&lt;TD width="254px" height="30px"&gt;10&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However if we write essentially the same query using SUMMARIZE/ADDCOLUMNS:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Similar DAX query with SUMMARIZE/ADDCOLUMNS:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;EVALUATE
VAR ComplexFilter =
    TREATAS ( { ( 2020, 1 ), ( 2021, 2 ) }, 'Sales'[Year], 'Sales'[Month] )
RETURN
    CALCULATETABLE (
        ADDCOLUMNS (
            -- Just get totals by year
            SUMMARIZE ( Sales, Sales[Year] ),
            "SUMX_of_Amount", [SUMX of Amount]
        ),
        ComplexFilter
    )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="lia-align-right" style="height: 90px;" border="1"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="209px" height="30px"&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="254px" height="30px"&gt;&lt;STRONG&gt;SUMX_of_Amount&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="209px" height="30px"&gt;2020&lt;/TD&gt;
&lt;TD width="254px" height="30px"&gt;4&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="209px" height="30px"&gt;2021&lt;/TD&gt;
&lt;TD width="254px" height="30px"&gt;12&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't have an explanation but I will look at this further and see if I can find some answers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have attached my PBIX containing your sample data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Owen&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 13:51:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831368#M38946</guid>
      <dc:creator>OwenAuger</dc:creator>
      <dc:date>2021-05-08T13:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: A puzzle about KEEPFILTERS &amp; arbitrarily shaped filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831434#M38948</link>
      <description>&lt;P&gt;Interesting, I'm not alone; I've dwelled on this seemingly easy, but head-scratching puzzle since this morning. Disappointedly, no solution yet.&lt;/P&gt;
&lt;P&gt;I really appreciate&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="6799" data-lia-user-login="OwenAuger" class="lia-mention lia-mention-user"&gt;OwenAuger&lt;/a&gt;&amp;nbsp;'s methodology; and hope other gurus contribute fancy ideas to this issue.&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 15:24:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831434#M38948</guid>
      <dc:creator>CNENFRNL</dc:creator>
      <dc:date>2021-05-08T15:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: A puzzle about KEEPFILTERS &amp; arbitrarily shaped filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831436#M38949</link>
      <description>&lt;P&gt;SUMMARIZECOLUMNS is a very complex function (contrary to common belief) &lt;STRONG&gt;when you put filters inside it&lt;/STRONG&gt;. Please refer to the documentation and - best - experiment with it yourself to see that sometimes it behaves not how one would expect but still according to the specification.&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 16:05:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831436#M38949</guid>
      <dc:creator>daxer-almighty</dc:creator>
      <dc:date>2021-05-08T16:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: A puzzle about KEEPFILTERS &amp; arbitrarily shaped filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831544#M38958</link>
      <description>&lt;P&gt;FYI that I reproduced this scenario in a similar model.&amp;nbsp; The two visuals below are independently filtered (no crossfiltering).&amp;nbsp; The SUMMARIZE approach works well to avoid the observed behavior and give the correct results.&amp;nbsp; Using YearMonth (single column) in the slicer avoids it too.&amp;nbsp; With your measure (Sumx Values Year), it looks like the Year filter is overiding the Filter on Year from the slicer at the visual level, so the sum of all years for the month in that year is obtained.&amp;nbsp; I wouldn't have predicted that weird behavior with hierarchies in the slicer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SummarizeYM&amp;nbsp;=&lt;BR /&gt;&lt;SPAN class="Keyword" style="color: #035aca;"&gt;SUMX&lt;/SPAN&gt;&lt;SPAN class="Parenthesis" style="color: #808080;"&gt;&amp;nbsp;(&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="Keyword" style="color: #035aca;"&gt;SUMMARIZE&lt;/SPAN&gt;&lt;SPAN class="Parenthesis" style="color: #808080;"&gt;&amp;nbsp;(&lt;/SPAN&gt;&amp;nbsp;'Date',&amp;nbsp;'Date'[Year],&amp;nbsp;'Date'[Monthnumber]&amp;nbsp;&lt;SPAN class="Parenthesis" style="color: #808080;"&gt;)&lt;/SPAN&gt;,&amp;nbsp;[Total&amp;nbsp;Sales]&amp;nbsp;&lt;SPAN class="Parenthesis" style="color: #808080;"&gt;)&lt;/SPAN&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;Pat&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 20:13:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831544#M38958</guid>
      <dc:creator>mahoneypat</dc:creator>
      <dc:date>2021-05-08T20:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: A puzzle about KEEPFILTERS &amp; arbitrarily shaped filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831584#M38959</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226208" data-lia-user-login="mahoneypat" class="lia-mention lia-mention-user"&gt;mahoneypat&lt;/a&gt;,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="250150" data-lia-user-login="CNENFRNL" class="lia-mention lia-mention-user"&gt;CNENFRNL&lt;/a&gt;,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="6799" data-lia-user-login="OwenAuger" class="lia-mention lia-mention-user"&gt;OwenAuger&lt;/a&gt;,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="300764" data-lia-user-login="powerbi666" class="lia-mention lia-mention-user"&gt;powerbi666&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Guys, if you want to know the quirks of SUMMARIZECOLUMNS (I think this is applicable in this case), please read an article on LinkedIn by my work colleague. One that was inspired by me doing experiments with different filters in SUMMARIZECOLUMNS during my work hours:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.linkedin.com/pulse/peculiar-behavior-summarizecolumns-dax-abhinav-khanduja/" target="_blank"&gt;https://www.linkedin.com/pulse/peculiar-behavior-summarizecolumns-dax-abhinav-khanduja/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this will help in unraveling the mystery.&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 22:30:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831584#M38959</guid>
      <dc:creator>daxer-almighty</dc:creator>
      <dc:date>2021-05-08T22:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: A puzzle about KEEPFILTERS &amp; arbitrarily shaped filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831591#M38960</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="255913" data-lia-user-login="daxer-almighty" class="lia-mention lia-mention-user"&gt;daxer-almighty&lt;/a&gt;&amp;nbsp;Wow, that's a great article, going to reread a few times, thanks for that!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I understand from asking around yesterday that Microsoft is treating this particular behaviour as a bug, so I'm guessing there will be an update at some stage.&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 22:46:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831591#M38960</guid>
      <dc:creator>OwenAuger</dc:creator>
      <dc:date>2021-05-08T22:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: A puzzle about KEEPFILTERS &amp; arbitrarily shaped filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831602#M38961</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="6799" data-lia-user-login="OwenAuger" class="lia-mention lia-mention-user"&gt;OwenAuger&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yeah, I too think it is a very good article that anyone who works with PBI should read. First I was to write it but didn't have enough time (at that time), so Abhinav did it after I had given him a little nugde. I'll ask him if he'll let me publish it here since I think it would be beneficial to the Community.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I very much doubt that Microsoft are going to change anything in the behaviour of SUMMARIZECOLUMNS. There are simply too many reports in the world right now that rely on this function working the way it does... It's the same thing as with "the Excel bug," if you know what I mean.&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 23:00:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831602#M38961</guid>
      <dc:creator>daxer-almighty</dc:creator>
      <dc:date>2021-05-08T23:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: A puzzle about KEEPFILTERS &amp; arbitrarily shaped filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831678#M38962</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="6799" data-lia-user-login="OwenAuger" class="lia-mention lia-mention-user"&gt;OwenAuger&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you please report &lt;A href="https://community.powerbi.com/t5/Desktop/Filter-and-changing-the-measure-to-show-0-instead-of-blank-in/m-p/1831606" target="_self"&gt;THIS&lt;/A&gt; to Microsoft as well? I'm sure this is a bug and one of a big calibre at that. I would do it but don't have a Pro license, so I'm afraid it wouldn't reach MS quickly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 09 May 2021 01:42:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831678#M38962</guid>
      <dc:creator>daxer-almighty</dc:creator>
      <dc:date>2021-05-09T01:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: A puzzle about KEEPFILTERS &amp; arbitrarily shaped filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831685#M38963</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="255913" data-lia-user-login="daxer-almighty" class="lia-mention lia-mention-user"&gt;daxer-almighty&lt;/a&gt;&amp;nbsp;- thanks, another interesting one to get my head around!&lt;/P&gt;
&lt;P&gt;Sure, will try to pass that through and see what response we get.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again,&lt;/P&gt;
&lt;P&gt;Owen&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 May 2021 02:32:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-puzzle-about-KEEPFILTERS-amp-arbitrarily-shaped-filters/m-p/1831685#M38963</guid>
      <dc:creator>OwenAuger</dc:creator>
      <dc:date>2021-05-09T02:32:44Z</dc:date>
    </item>
  </channel>
</rss>

