<?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: Urgent Reverse Burndown Chart for Features in Quarter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4059570#M161133</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;I have a Burndown chart example from Chapter 8 of DAX Cookbook. You can download the PBIX for chapter 8 here:&amp;nbsp;&lt;A href="https://github.com/gdeckler/DAXCookbook/tree/master/Ch8" target="_blank"&gt;DAXCookbook/Ch8 at master · gdeckler/DAXCookbook (github.com)&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2024 17:33:08 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2024-07-24T17:33:08Z</dc:date>
    <item>
      <title>Urgent Reverse Burndown Chart for Features in Quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4059362#M161117</link>
      <description>&lt;P&gt;Hi Everyone,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; For all the experts of Power BI community, please help me in this dax. I am trying to create a burndown chart for Distinct Features Projected Vs Distinct Features Planned. I have two separate datasets for each like below&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; Feature Projected Dateset:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Feature_Id&amp;nbsp; &amp;nbsp; End Date&lt;BR /&gt;1842179&amp;nbsp; &amp;nbsp; 05/14/2024&lt;BR /&gt;1730860&amp;nbsp; &amp;nbsp; &amp;nbsp;03/04/2024&lt;BR /&gt;1764030&amp;nbsp; &amp;nbsp; &amp;nbsp;03/01/2024&lt;BR /&gt;1757984&amp;nbsp; &amp;nbsp; &amp;nbsp;02/27/2024&lt;BR /&gt;1757947&amp;nbsp; &amp;nbsp; &amp;nbsp;03/05/2024&lt;BR /&gt;1757062&amp;nbsp; &amp;nbsp; &amp;nbsp;04/09/2024&lt;BR /&gt;1732445&amp;nbsp; &amp;nbsp; &amp;nbsp;03/04/2024&lt;BR /&gt;1872820&amp;nbsp; &amp;nbsp; &amp;nbsp;07/18/2024&lt;BR /&gt;1845193&amp;nbsp; &amp;nbsp; &amp;nbsp;07/18/2024&lt;BR /&gt;2162467&amp;nbsp; &amp;nbsp; 09/06/2024&lt;BR /&gt;2003900&amp;nbsp; &amp;nbsp; 07/18/2024&lt;BR /&gt;1960331&amp;nbsp; &amp;nbsp;07/18/2024&lt;BR /&gt;1872804&amp;nbsp; &amp;nbsp;09/06/2024&lt;BR /&gt;1867369&amp;nbsp; &amp;nbsp;09/01/2024&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Feature Planned Dataset:&lt;/P&gt;&lt;P&gt;FeatureId&amp;nbsp; &amp;nbsp; Target Date&lt;BR /&gt;2216545&amp;nbsp; &amp;nbsp; &amp;nbsp;08/08/2024&lt;BR /&gt;2118272&amp;nbsp; &amp;nbsp; &amp;nbsp;07/20/2024&lt;BR /&gt;2093351&amp;nbsp; &amp;nbsp; &amp;nbsp;09/30/2024&lt;BR /&gt;783008&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;09/30/2024&lt;BR /&gt;1913126&amp;nbsp; &amp;nbsp; &amp;nbsp;09/22/2024&lt;BR /&gt;1366800&amp;nbsp; &amp;nbsp; &amp;nbsp;08/17/2024&lt;BR /&gt;2329963&amp;nbsp; &amp;nbsp; &amp;nbsp;10/07/2024&lt;BR /&gt;2303984&amp;nbsp; &amp;nbsp; &amp;nbsp;09/11/2024&lt;BR /&gt;2303975&amp;nbsp; &amp;nbsp; &amp;nbsp;09/11/2024&lt;BR /&gt;2251162&amp;nbsp; &amp;nbsp; &amp;nbsp;09/11/2024&lt;BR /&gt;2093348&amp;nbsp; &amp;nbsp; &amp;nbsp;09/30/2024&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I have date dimension table and has active relationship with both datasets above.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I Created dax but I am getting output as below in snap:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Planned = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;DISTINCTCOUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Committed Features'&lt;/SPAN&gt;&lt;SPAN&gt;[FeatureId]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&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;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;) , &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;) &amp;lt;= &lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Projected = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;DISTINCTCOUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Merge1&lt;/SPAN&gt;&lt;SPAN&gt;[Feature_Id]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&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;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;) , &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;) &amp;lt;= &lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I am expected to get output as Below:&lt;BR /&gt;Where count ends with zero and datapoints are showing good&lt;/STRONG&gt;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone please help me out here. Not sure where I am going wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="716379" data-lia-user-login="community15" class="lia-mention lia-mention-user"&gt;community15&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="693547" data-lia-user-login="community24" class="lia-mention lia-mention-user"&gt;community24&lt;/a&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/666044" target="_blank"&gt;@v-kongfanf-msft&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Jul 2024 01:27:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4059362#M161117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-25T01:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Reverse Burndown Chart for Features in Quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4059570#M161133</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;I have a Burndown chart example from Chapter 8 of DAX Cookbook. You can download the PBIX for chapter 8 here:&amp;nbsp;&lt;A href="https://github.com/gdeckler/DAXCookbook/tree/master/Ch8" target="_blank"&gt;DAXCookbook/Ch8 at master · gdeckler/DAXCookbook (github.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 17:33:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4059570#M161133</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2024-07-24T17:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Reverse Burndown Chart for Features in Quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4059958#M161150</link>
      <description>&lt;P&gt;Thank you so much&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp; for the cookbook, that helped me really understanding the concpet. But unfortunately, I have a bit different scenario here. As pasted in the sanp of expected output, I am required to burndown the counts of Projected features and Planned features with respect to thier End date and Target Date. the scenario in cook book is for hours and burndown the chart on basis of diff in those dates. I tried to put that logic in my scenario but didnt work.&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp; request you to please help me with scenario above. Thanks Again&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 01:14:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4059958#M161150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-25T01:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Reverse Burndown Chart for Features in Quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4060786#M161184</link>
      <description>&lt;P&gt;can anyone urgenely please help with this. Please let me know if more info is required. In post above I have mentioned the datasets I use and given snap of actual and expected output results. Pleaes let me know if there is way aorund to acheive it&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/666044" target="_blank" rel="noopener"&gt;@v-kongfanf-msft&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="291628" data-lia-user-login="Jihwan_Kim" class="lia-mention lia-mention-user"&gt;Jihwan_Kim&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="202311" data-lia-user-login="BeaBF" class="lia-mention lia-mention-user"&gt;BeaBF&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="490030" data-lia-user-login="Irwan" class="lia-mention lia-mention-user"&gt;Irwan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 07:48:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4060786#M161184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-25T07:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Reverse Burndown Chart for Features in Quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4060973#M161192</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;I don't quite understand what the problem is&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 08:59:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4060973#M161192</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2024-07-25T08:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Reverse Burndown Chart for Features in Quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4061071#M161198</link>
      <description>&lt;P&gt;Thanks for your reply&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="202311" data-lia-user-login="BeaBF" class="lia-mention lia-mention-user"&gt;BeaBF&lt;/a&gt;&amp;nbsp;, Its about how visual should be represented. Actually i have to create a burn down chart for Features Planned Vs Projected in Quarter.&amp;nbsp;I am showing the Planned and Projected features in Quarter and calculating reverse burndown on basis of thier End Date and target date.&lt;BR /&gt;&lt;BR /&gt;So in order to acheive that I created below dax for burndown&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Planned =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;DISTINCTCOUNT&lt;/SPAN&gt;&lt;SPAN&gt;(Feature Planned features&lt;/SPAN&gt;&lt;SPAN&gt;[FeatureId]&lt;/SPAN&gt;&lt;SPAN&gt;),&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&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;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;) ,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;) &amp;lt;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Projected =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;DISTINCTCOUNT&lt;/SPAN&gt;&lt;SPAN&gt;(Feature projected Features&lt;/SPAN&gt;&lt;SPAN&gt;[Feature_Id]&lt;/SPAN&gt;&lt;SPAN&gt;),&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&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;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;) ,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;) &amp;lt;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;But as you can see in the snaps I pasted below, the output is not as expected.&amp;nbsp;&lt;BR /&gt;I have pasted few mock up data of two datasets above which I use for this i.e. Feature projected Features and Feature Planned features datasets&lt;BR /&gt;&lt;BR /&gt;So Basically, I Take distinct count of FeatureID from both dataset and with above dax I am doing the burndown. But I am expecting the output as below as we can see the count goes to zero and the datapoints breaking accurately (Have highlighted it). While the result I get shows a continous linear count without any breaks and not counting it down to zero.&lt;BR /&gt;Expected output:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output I got:&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Can you please let me know is there any other way to do it.&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Jul 2024 09:39:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4061071#M161198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-25T09:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Reverse Burndown Chart for Features in Quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4061116#M161201</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;in my opinion you have to adjust the DAX formulas to count down features over time.&lt;BR /&gt;&lt;BR /&gt;Planned =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;DISTINCTCOUNT('Feature Planned Features'[FeatureId]),&lt;BR /&gt;FILTER(&lt;BR /&gt;ALLSELECTED('Calendar'),&lt;BR /&gt;'Feature Planned Features'[Target Date] &amp;gt;= 'Calendar'[Date]&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Projected =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;DISTINCTCOUNT('Feature Projected Features'[Feature_Id]),&lt;BR /&gt;FILTER(&lt;BR /&gt;ALLSELECTED('Calendar'),&lt;BR /&gt;'Feature Projected Features'[End Date] &amp;gt;= 'Calendar'[Date]&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BBF&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 10:00:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4061116#M161201</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2024-07-25T10:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Reverse Burndown Chart for Features in Quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4061195#M161207</link>
      <description>&lt;P&gt;Thanks alot&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="202311" data-lia-user-login="BeaBF" class="lia-mention lia-mention-user"&gt;BeaBF&lt;/a&gt;&amp;nbsp;, you are saviour. Just one thing. The visual got populated correctly but unfortunately count is still not going to zero&lt;span class="lia-unicode-emoji" title=":pensive_face:"&gt;😔&lt;/span&gt;. Can you please suggest why its not going to count zero. I did some tweks in dax to call the Feature ID Column from both tables. I used Max function to call those columns. Below is how I did.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Planned =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;DISTINCTCOUNT('Feature Planned Features'[FeatureId]),&lt;BR /&gt;FILTER(&lt;BR /&gt;ALLSELECTED('Calendar'),&lt;BR /&gt;&lt;STRONG&gt;MAX(&lt;/STRONG&gt;'Feature Planned Features'[Target Date]) &amp;gt;= 'Calendar'[Date]&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Projected =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;DISTINCTCOUNT('Feature Projected Features'[Feature_Id]),&lt;BR /&gt;FILTER(&lt;BR /&gt;ALLSELECTED('Calendar'),&lt;BR /&gt;&lt;STRONG&gt;MAX(&lt;/STRONG&gt;'Feature Projected Features'[End Date]) &amp;gt;= 'Calendar'[Date]&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 10:30:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4061195#M161207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-25T10:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Reverse Burndown Chart for Features in Quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4061202#M161208</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;only add "+0" at the end of the measures:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Planned =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;DISTINCTCOUNT('Feature Planned Features'[FeatureId]),&lt;BR /&gt;FILTER(&lt;BR /&gt;ALLSELECTED('Calendar'),&lt;BR /&gt;'Feature Planned Features'[Target Date] &amp;gt;= 'Calendar'[Date]&lt;BR /&gt;)&lt;BR /&gt;) + 0&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Projected =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;DISTINCTCOUNT('Feature Projected Features'[Feature_Id]),&lt;BR /&gt;FILTER(&lt;BR /&gt;ALLSELECTED('Calendar'),&lt;BR /&gt;'Feature Projected Features'[End Date] &amp;gt;= 'Calendar'[Date]&lt;BR /&gt;)&lt;BR /&gt;) + 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BBF&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 10:36:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4061202#M161208</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2024-07-25T10:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Reverse Burndown Chart for Features in Quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4061207#M161210</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;If it's ok please accept my answer as solution &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BBF&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 10:39:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4061207#M161210</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2024-07-25T10:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Reverse Burndown Chart for Features in Quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4061244#M161211</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="202311" data-lia-user-login="BeaBF" class="lia-mention lia-mention-user"&gt;BeaBF&lt;/a&gt;&amp;nbsp; I added the + 0 but it got Shrinked. We got the results just dealing with that count zero&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 10:55:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4061244#M161211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-25T10:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Reverse Burndown Chart for Features in Quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4061253#M161212</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;try change the filter direction of the relationship between Date Table and fact table&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 10:58:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Urgent-Reverse-Burndown-Chart-for-Features-in-Quarter/m-p/4061253#M161212</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2024-07-25T10:58:12Z</dc:date>
    </item>
  </channel>
</rss>

