<?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: Trying to get total sum of measure correctly in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2902626#M94589</link>
    <description>&lt;P&gt;Thank you Kumail,&amp;nbsp;&lt;/P&gt;&lt;P&gt;The total should be 40,308&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found the formula that shows the correct total:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a measure that has the if condition:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measure 1 = IF('Table',Consumption&amp;gt;1000), Value 1 , Value 2 )&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then create another measure with Sumx as below:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Measure 2 = sumx&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;values&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[Meter No]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;[Measure 1&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;This worked well&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 14 Nov 2022 05:13:10 GMT</pubDate>
    <dc:creator>Oelshamy</dc:creator>
    <dc:date>2022-11-14T05:13:10Z</dc:date>
    <item>
      <title>Trying to get total sum of measure correctly</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2889289#M93739</link>
      <description>&lt;P&gt;Hi, I need help in getting the correct values for the sum of a measure, the total showing wrongly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a measure that calculates the cost of consumption of electricity readings,&amp;nbsp;&lt;/P&gt;&lt;P&gt;the dax formula for cost is:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Electricity = &lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[Consumption]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;10000&lt;/SPAN&gt;&lt;SPAN&gt;,((&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[Consumption]&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;10000&lt;/SPAN&gt;&lt;SPAN&gt;)*&lt;/SPAN&gt;&lt;SPAN&gt;0.22&lt;/SPAN&gt;&lt;SPAN&gt;+(&lt;/SPAN&gt;&lt;SPAN&gt;6000&lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;0.17&lt;/SPAN&gt;&lt;SPAN&gt;)+(&lt;/SPAN&gt;&lt;SPAN&gt;4000&lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;0.13&lt;/SPAN&gt;&lt;SPAN&gt;)),(&lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[Consumption]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;4000&lt;/SPAN&gt;&lt;SPAN&gt;,(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[Consumption]&lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;0.13&lt;/SPAN&gt;&lt;SPAN&gt;),((&lt;/SPAN&gt;&lt;SPAN&gt;4000&lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;0.13&lt;/SPAN&gt;&lt;SPAN&gt;)+(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[Consumption]&lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;0.17&lt;/SPAN&gt;&lt;SPAN&gt;)))))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The Total should be 40308&lt;/P&gt;&lt;P&gt;When i tried to sum the measure using&amp;nbsp;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[Electricty]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;I tried to search online but couldn't; find a solution&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 12:59:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2889289#M93739</guid>
      <dc:creator>Oelshamy</dc:creator>
      <dc:date>2022-11-07T12:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get total sum of measure correctly</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2889355#M93742</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="377160" data-lia-user-login="Oelshamy" class="lia-mention lia-mention-user"&gt;Oelshamy&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>Mon, 07 Nov 2022 13:21:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2889355#M93742</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-11-07T13:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get total sum of measure correctly</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2890983#M93831</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;... Thank you very much for replying.&amp;nbsp;&lt;BR /&gt;of course i have voted for it . it's really frustrating and understandable,&amp;nbsp; it should be so easy to get the sum right from table visual !!!&amp;nbsp;&lt;BR /&gt;Can you advise me what should be the correct formula here, i watched your videos, but still can't figure it out !&amp;nbsp;&lt;BR /&gt;Thank you and hope your topics gets approved by MS and fix this !&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 04:57:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2890983#M93831</guid>
      <dc:creator>Oelshamy</dc:creator>
      <dc:date>2022-11-08T04:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get total sum of measure correctly</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2891120#M93837</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="377160" data-lia-user-login="Oelshamy" class="lia-mention lia-mention-user"&gt;Oelshamy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I have created a simple sample, please refer to it to see if it helps you.&lt;/P&gt;
&lt;P&gt;Add an index in Power Query or found a unique value replace the index.&lt;/P&gt;
&lt;P&gt;Create a measure based on [&lt;SPAN&gt;Electricity].&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = var _b=SUMMARIZE('Table','Table'[Index],"aaa",[Electricity])
return
IF(HASONEVALUE('Table'[Index]),[Electricity],SUMX(_b,[aaa]))&lt;/LI-CODE&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I have misunderstood your meaning, please provide mroe details with your desired output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Community Support Team _ Polly&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 06:23:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2891120#M93837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-08T06:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get total sum of measure correctly</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2891210#M93846</link>
      <description>&lt;P&gt;In your formula, Column Name is Electricity and in the image you provided Column Name is Cost.&lt;/P&gt;&lt;P&gt;So, try this:&amp;nbsp;&lt;STRONG&gt;SUMX('Table','Table'[Cost]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Always verify that the table name and column name are correct.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 06:59:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2891210#M93846</guid>
      <dc:creator>Vikas_Yadav</dc:creator>
      <dc:date>2022-11-08T06:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get total sum of measure correctly</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2891279#M93848</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="468384" data-lia-user-login="Vikas_Yadav" class="lia-mention lia-mention-user"&gt;Vikas_Yadav&lt;/a&gt;&amp;nbsp;, Thank you for your reply&amp;nbsp;&lt;/P&gt;&lt;P&gt;I renamed the column to cost as an alias, the measure name is Electricity&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 07:27:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2891279#M93848</guid>
      <dc:creator>Oelshamy</dc:creator>
      <dc:date>2022-11-08T07:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get total sum of measure correctly</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2891360#M93855</link>
      <description>&lt;P&gt;when you are using a measure in the row context, it will transform the row context into filter context, that will be a disaster, try to change the first parameter of SUMX into a columns combination of which is showed in your visual, instead of the whole table.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 07:58:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2891360#M93855</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2022-11-08T07:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get total sum of measure correctly</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2891549#M93870</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="377160" data-lia-user-login="Oelshamy" class="lia-mention lia-mention-user"&gt;Oelshamy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The sample solution images are attached for our quick reference.&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;The pbix file is given below if you are looking to review it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1CvvKwkhsxMDFRps_QPEM7KgaQjzo26vD/view?usp=share_link" target="_blank"&gt;https://drive.google.com/file/d/1CvvKwkhsxMDFRps_QPEM7KgaQjzo26vD/view?usp=share_link&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kumail Raza&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.linkedin.com/in/kumail-raza-76508856/" target="_blank"&gt;https://www.linkedin.com/in/kumail-raza-76508856/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 08:47:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2891549#M93870</guid>
      <dc:creator>Kumail</dc:creator>
      <dc:date>2022-11-08T08:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get total sum of measure correctly</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2891637#M93875</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Without Index column, just add column in dataset&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Col Electricity = 'Table'[Electricity]&lt;/LI-CODE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 09:10:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2891637#M93875</guid>
      <dc:creator>katika555</dc:creator>
      <dc:date>2022-11-08T09:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get total sum of measure correctly</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2892136#M93908</link>
      <description>&lt;P&gt;Thank you very much for providing the required ... but it didn't work as the pbix, i am not sure why !!&amp;nbsp;&lt;/P&gt;&lt;P&gt;it's giving my 2,185.&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it because consumption is a measure as well?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 12:17:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2892136#M93908</guid>
      <dc:creator>Oelshamy</dc:creator>
      <dc:date>2022-11-08T12:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get total sum of measure correctly</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2892696#M93932</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="377160" data-lia-user-login="Oelshamy" class="lia-mention lia-mention-user"&gt;Oelshamy&lt;/a&gt;&amp;nbsp; please see attache file:&lt;/P&gt;&lt;P&gt;&lt;A title="TotalSumByColumn" href="https://drive.google.com/file/d/185P7pLdhp5IROAmY4aJtLkky9QFtwtI_/view?usp=share_link" target="_self"&gt;https://drive.google.com/file/d/185P7pLdhp5IROAmY4aJtLkky9QFtwtI_/view?usp=share_link&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 15:08:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2892696#M93932</guid>
      <dc:creator>katika555</dc:creator>
      <dc:date>2022-11-08T15:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get total sum of measure correctly</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2902626#M94589</link>
      <description>&lt;P&gt;Thank you Kumail,&amp;nbsp;&lt;/P&gt;&lt;P&gt;The total should be 40,308&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found the formula that shows the correct total:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a measure that has the if condition:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measure 1 = IF('Table',Consumption&amp;gt;1000), Value 1 , Value 2 )&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then create another measure with Sumx as below:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Measure 2 = sumx&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;values&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[Meter No]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;[Measure 1&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;This worked well&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Nov 2022 05:13:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-get-total-sum-of-measure-correctly/m-p/2902626#M94589</guid>
      <dc:creator>Oelshamy</dc:creator>
      <dc:date>2022-11-14T05:13:10Z</dc:date>
    </item>
  </channel>
</rss>

