<?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: How to correct Matrix totals (some months has blank values) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-correct-Matrix-totals-some-months-has-blank-values/m-p/3203916#M116618</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460868" data-lia-user-login="FreemanZ" class="lia-mention lia-mention-user"&gt;FreemanZ&lt;/a&gt;&amp;nbsp;, Thanks for checking&lt;BR /&gt;YTD Sale = TOTALYTD(SUM(Sales),Calendar Date Column)&lt;BR /&gt;YTD Qty = TOTALYTD(SUM(Qty),Calendar Date Column)&lt;BR /&gt;i tried with sumx in YTD Sales and YTD Qty ,still im facing issue with totals.Please check&lt;/P&gt;</description>
    <pubDate>Mon, 24 Apr 2023 23:58:18 GMT</pubDate>
    <dc:creator>learnerdax</dc:creator>
    <dc:date>2023-04-24T23:58:18Z</dc:date>
    <item>
      <title>How to correct Matrix totals (some months has blank values)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-correct-Matrix-totals-some-months-has-blank-values/m-p/3203702#M116600</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im trying to correct Totals in Matrix ,Please help me to correct totals.Please check below Snip,im try to do YTD Sales/YTD Qty here im getting 13.33 , But i need 30 Total by Country.I tried below Dax,but its givig blanks for Blank months,it should add up to YTD(Ex Jan -10, Feb -blank,March -30,Then if i select Feb need to get 10 instaed of blank).I can use only Measue(Data set is live)&lt;BR /&gt;IF(Hasonevalue(Table(Country),[YTD Sale/YTD QTY Measure],SUMX(Values(Table(Country),[YTD Sale/YTD Qty Measure))&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp; Could you please check&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 00:06:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-correct-Matrix-totals-some-months-has-blank-values/m-p/3203702#M116600</guid>
      <dc:creator>learnerdax</dc:creator>
      <dc:date>2023-04-25T00:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to correct Matrix totals (some months has blank values)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-correct-Matrix-totals-some-months-has-blank-values/m-p/3203838#M116612</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="429900" data-lia-user-login="learnerdax" class="lia-mention lia-mention-user"&gt;learnerdax&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how is&amp;nbsp;&lt;SPAN&gt;[YTD Sale/YTD QTY Measure] defined?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 21:49:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-correct-Matrix-totals-some-months-has-blank-values/m-p/3203838#M116612</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-04-24T21:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to correct Matrix totals (some months has blank values)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-correct-Matrix-totals-some-months-has-blank-values/m-p/3203840#M116613</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I hope you are doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Generally YTD Dax we uses with dates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my case it is showing correct, have a look here pls!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 21:49:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-correct-Matrix-totals-some-months-has-blank-values/m-p/3203840#M116613</guid>
      <dc:creator>Ajendra</dc:creator>
      <dc:date>2023-04-24T21:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to correct Matrix totals (some months has blank values)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-correct-Matrix-totals-some-months-has-blank-values/m-p/3203916#M116618</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460868" data-lia-user-login="FreemanZ" class="lia-mention lia-mention-user"&gt;FreemanZ&lt;/a&gt;&amp;nbsp;, Thanks for checking&lt;BR /&gt;YTD Sale = TOTALYTD(SUM(Sales),Calendar Date Column)&lt;BR /&gt;YTD Qty = TOTALYTD(SUM(Qty),Calendar Date Column)&lt;BR /&gt;i tried with sumx in YTD Sales and YTD Qty ,still im facing issue with totals.Please check&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 23:58:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-correct-Matrix-totals-some-months-has-blank-values/m-p/3203916#M116618</guid>
      <dc:creator>learnerdax</dc:creator>
      <dc:date>2023-04-24T23:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to correct Matrix totals (some months has blank values)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-correct-Matrix-totals-some-months-has-blank-values/m-p/3203917#M116619</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="532115" data-lia-user-login="Ajendra" class="lia-mention lia-mention-user"&gt;Ajendra&lt;/a&gt;&amp;nbsp;,Thank you for answering but Im not facing any issue with YTD sales Totals and YTD Qty totals, if i divide YTD Sales/YTD Qty my totals are not corrrect ,because of row context in totals.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 00:01:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-correct-Matrix-totals-some-months-has-blank-values/m-p/3203917#M116619</guid>
      <dc:creator>learnerdax</dc:creator>
      <dc:date>2023-04-25T00:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to correct Matrix totals (some months has blank values)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-correct-Matrix-totals-some-months-has-blank-values/m-p/3204834#M116683</link>
      <description>&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;</description>
      <pubDate>Tue, 25 Apr 2023 10:36:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-correct-Matrix-totals-some-months-has-blank-values/m-p/3204834#M116683</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-04-25T10:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to correct Matrix totals (some months has blank values)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-correct-Matrix-totals-some-months-has-blank-values/m-p/3205588#M116742</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="429900" data-lia-user-login="learnerdax" class="lia-mention lia-mention-user"&gt;learnerdax&lt;/a&gt;&amp;nbsp;First, please vote for this idea: &lt;A href="https://ideas.powerbi.com/ideas/idea/?ideaid=082203f1-594f-4ba7-ac87-bb91096c742e" target="_blank"&gt;https://ideas.powerbi.com/ideas/idea/?ideaid=082203f1-594f-4ba7-ac87-bb91096c742e&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This looks like a measure totals problem. Very common. See my post about it here: &lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376" target="_blank"&gt;https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also: &lt;A href="https://youtu.be/uXRriTN0cfY" target="_blank"&gt;https://youtu.be/uXRriTN0cfY&lt;/A&gt;&lt;BR /&gt;And: &lt;A href="https://youtu.be/n4TYhF2ARe8" target="_blank"&gt;https://youtu.be/n4TYhF2ARe8&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 17:28:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-correct-Matrix-totals-some-months-has-blank-values/m-p/3205588#M116742</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2023-04-25T17:28:41Z</dc:date>
    </item>
  </channel>
</rss>

