<?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: Measure count of graph differs from Measure display on Drillthrough Page in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-count-of-graph-differs-from-Measure-display-on/m-p/3168124#M114102</link>
    <description>&lt;P&gt;Always check the applied filters.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;The table has one more filter.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Apr 2023 00:17:36 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2023-04-03T00:17:36Z</dc:date>
    <item>
      <title>Measure count of graph differs from Measure display on Drillthrough Page</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-count-of-graph-differs-from-Measure-display-on/m-p/3164334#M113740</link>
      <description>&lt;P&gt;I have the following measure below that is displayed on a trend graph . It displays 213 on the graph for Feb but on the drillthrough page it displays 215 . The user click on 213 for Feb and then goes to the Drillthrough page that only displays the measure in a card and it says 218 .&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have checked all the filters on both pages and checked and double checked the measure and cannot understand this. Any ideas ?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Lost Cust by Month Graph LOST CUSTOMERS = 

var _table =     

     CALCULATE ( DISTINCTCOUNT('Customer'[customer_id]),

            FILTER(SUMMARIZE('Customer', 'Customer'[customer_id]
    
          ),
         
          ( [Previous 24 Months Revenue]=0||[Previous 24 Months Revenue]=Blank()) &amp;amp;&amp;amp;  [Minus 25th Month Revenue]&amp;gt;0.000001 
          ) 

            )    
return  _table&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Replication of Error in SAMPLE File attached&amp;nbsp; ( Tabs lost Customers and the Drillthrough Page )&amp;nbsp;&lt;BR /&gt;In this example&amp;nbsp; Feb has 213 for the lost cusotmer count on the Graph which then becomes 215 on the Drillthrough .&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://1drv.ms/f/s!Av6jwdYukX9Jgg7nKkkBYJ9XEDog?e=PkeT8d" target="_blank"&gt;PowerBI_TEST&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 18:42:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-count-of-graph-differs-from-Measure-display-on/m-p/3164334#M113740</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-02T18:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Measure count of graph differs from Measure display on Drillthrough Page</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-count-of-graph-differs-from-Measure-display-on/m-p/3168124#M114102</link>
      <description>&lt;P&gt;Always check the applied filters.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;The table has one more filter.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 00:17:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-count-of-graph-differs-from-Measure-display-on/m-p/3168124#M114102</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-04-03T00:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Measure count of graph differs from Measure display on Drillthrough Page</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-count-of-graph-differs-from-Measure-display-on/m-p/3170374#M114250</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;This does not cover the problem . I have two visuals on the drillthrough .One with the additional filter and one without . The additional filter was to see if I could get the magical 217 figure for FEB 2023.&amp;nbsp; If I take the additional filter off which is the measure on the graph I still get the problem ?&amp;nbsp; I should get 217 on this page and NOT 216 .&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 22:12:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-count-of-graph-differs-from-Measure-display-on/m-p/3170374#M114250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-03T22:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Measure count of graph differs from Measure display on Drillthrough Page</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-count-of-graph-differs-from-Measure-display-on/m-p/3170527#M114270</link>
      <description>&lt;P&gt;I don't see that.&lt;/P&gt;
&lt;P&gt;With the extra filter:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without the extra filter:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;These customer IDs result in a blank measure return value&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Anyway, I would simplify your measure like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Lost Cust by Month Graph LOST CUSTOMERS = 
var a = SUMMARIZE('Customer', 'Customer'[customer_id],"flag",if(COALESCE([Previous 24 Months Revenue],0)=0 &amp;amp;&amp;amp;  [Minus 25th Month Revenue]&amp;gt;0.000001,1,0))
return sumx(a,[flag])&lt;/LI-CODE&gt;
&lt;P&gt;and then hunt for the remaining gremlins (measures returning BLANK() ).&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 01:22:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-count-of-graph-differs-from-Measure-display-on/m-p/3170527#M114270</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-04-04T01:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Measure count of graph differs from Measure display on Drillthrough Page</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-count-of-graph-differs-from-Measure-display-on/m-p/3178169#M114804</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;- To clarify, I have put the new measure in play. Thank you for simplifying that . So are you not able to replicate and see the graph displaying for Feb , 220 but on the drillthrough page with the same filters its says 219 for Feb 2023 ? This difference is really confusing me as I cannot see what the missing one is ? Is this something to do with the Power BI version if with the same pbix you cannot see this issue ?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&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;</description>
      <pubDate>Fri, 07 Apr 2023 23:45:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-count-of-graph-differs-from-Measure-display-on/m-p/3178169#M114804</guid>
      <dc:creator>JimmyKhan2022</dc:creator>
      <dc:date>2023-04-07T23:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Measure count of graph differs from Measure display on Drillthrough Page</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-count-of-graph-differs-from-Measure-display-on/m-p/3178170#M114805</link>
      <description>&lt;P&gt;Your problem is that the measure returns BLANK() for a couple of Customer IDs.&amp;nbsp; That is always a source for discrepancies like the&amp;nbsp; one you experience.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2023 00:03:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-count-of-graph-differs-from-Measure-display-on/m-p/3178170#M114805</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-04-08T00:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Measure count of graph differs from Measure display on Drillthrough Page</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-count-of-graph-differs-from-Measure-display-on/m-p/3178177#M114806</link>
      <description>&lt;P&gt;This does not explain the difference between the graph and the drillthrough page . That is not to do with the filters. I have checked the applied filters on both pages and they are the same .&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2023 00:12:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-count-of-graph-differs-from-Measure-display-on/m-p/3178177#M114806</guid>
      <dc:creator>JimmyKhan2022</dc:creator>
      <dc:date>2023-04-08T00:12:16Z</dc:date>
    </item>
  </channel>
</rss>

