<?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  Total, again in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4745165#M181694</link>
    <description>&lt;P&gt;The only way to help you then is that you provide dummy data for all the tables and desired results so we can import them, otherwise it is impossible to help you&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jun 2025 13:16:54 GMT</pubDate>
    <dc:creator>FBergamaschi</dc:creator>
    <dc:date>2025-06-26T13:16:54Z</dc:date>
    <item>
      <title>Measure  Total, again</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4744705#M181671</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;this is my third day struggling with measure total, time to get some help.&lt;/P&gt;&lt;P&gt;I have 3 columns in my matrix tabel that should be summarized row by row, and then ofcource sum up everything in the total.&lt;/P&gt;&lt;P&gt;Column 1 [PY Actual] is Value from my fact table, column 2 [Inflation_basic] is a value from Inflation table, this tables have dates and Items. Column 3 [Inflation Effect] is Column 1 * Column 2 and gives me correct row value but then sum Total * Total and thats were the problem is. Item and Calendar is the dim tables.&lt;/P&gt;&lt;P&gt;I have try summarize, summarize with sumX, hasonevalue, but no luck.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 08:24:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4744705#M181671</guid>
      <dc:creator>DrillDownBI</dc:creator>
      <dc:date>2025-06-26T08:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Measure  Total, again</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4744711#M181673</link>
      <description>&lt;P&gt;You need to go Item by Item, so that will be done at the total as well, otherwise at the total you are multiplying the two totals of the other two measures&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to do this you need to iterate VALUES ( Item) like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SUMX ( VALUES ( item ), [PY ACtual] * [Inlation basic] )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure you need to SUM (SUMX) or AVERAGE (AVERAGEX ) the result&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helpes, to help more please provide tables or pbix file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please give kudos or mark as a solution in case&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 08:31:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4744711#M181673</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2025-06-26T08:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Measure  Total, again</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4745083#M181687</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;but no luck with VALUES, I´m dealing with different granularity from all 4 tables.&lt;/P&gt;&lt;P&gt;Calendar have Period "yyyy-mm"&lt;BR /&gt;Fs Item have Item&lt;BR /&gt;Salary have Item and Period and is a SCD2 table&lt;/P&gt;&lt;P&gt;Fact have Item and Period.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also test crossfilter, userelationship, crossfilter direction to both, everything mess up the total.&lt;/P&gt;&lt;P&gt;Some report should stay in excel &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;I cant merge tables because Inflation will affect on PY Actuals, so 2024-06 YTD * 2025-06 Inflation.&lt;BR /&gt;Can´t provide pbix.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 12:32:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4745083#M181687</guid>
      <dc:creator>DrillDownBI</dc:creator>
      <dc:date>2025-06-26T12:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Measure  Total, again</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4745165#M181694</link>
      <description>&lt;P&gt;The only way to help you then is that you provide dummy data for all the tables and desired results so we can import them, otherwise it is impossible to help you&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 13:16:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4745165#M181694</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2025-06-26T13:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Measure  Total, again</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4745989#M181738</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="522745" data-lia-user-login="DrillDownBI" class="lia-mention lia-mention-user"&gt;DrillDownBI&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;!-- StartFragment  --&gt; &lt;SPAN class=""&gt;as suggested&amp;nbsp;Please provide sample data that covers your issue or question&amp;nbsp;completely, in a&amp;nbsp;usable&amp;nbsp;format (not as a screenshot).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Do not include sensitive information. Do not include anything that is unrelated to the issue or question.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Please show the expected outcome based on the sample data you provided.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Power-BI-Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;How to provide sample data in the Power BI Forum - Microsoft Fabric Community&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Atheeq.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 05:21:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4745989#M181738</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2025-06-27T05:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Measure  Total, again</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4749756#M181867</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="522745" data-lia-user-login="DrillDownBI" class="lia-mention lia-mention-user"&gt;DrillDownBI&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;I wanted to gently remind you about our request for sample data related to your issue. Providing this data in a usable format (not as a screenshot) will greatly help us understand your question and work towards a solution.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=""&gt;Please ensure that the sample data covers your issue completely and does not include any sensitive or unrelated information. Additionally, if you could include the expected outcome based on the sample data, that would be very helpful.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P class=""&gt;Thank you for your assistance and I look forward to your response!&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 13:27:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4749756#M181867</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2025-07-01T13:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Measure  Total, again</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4754456#M182044</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="522745" data-lia-user-login="DrillDownBI" class="lia-mention lia-mention-user"&gt;DrillDownBI&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I wanted to kindly follow up on our request for sample data related to your issue. Having access to this data in a usable format (rather than a screenshot) will significantly help us understand the problem and work toward a solution more effectively.&lt;/P&gt;
&lt;P&gt;To ensure we can assist you efficiently, please make sure the sample data :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Clearly reflects the issue you're experiencing.&lt;/LI&gt;
&lt;LI&gt;Is free from any sensitive or unrelated information.&lt;/LI&gt;
&lt;LI&gt;Includes the expected outcome based on the data provided.&lt;BR /&gt;&lt;BR /&gt;Your cooperation is greatly appreciated, and we look forward to your response.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Atheeq.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 04:49:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4754456#M182044</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2025-07-07T04:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Measure  Total, again</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4754816#M182052</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="522745" data-lia-user-login="DrillDownBI" class="lia-mention lia-mention-user"&gt;DrillDownBI&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Whatever logic or calculation you’ve applied row by row in your matrix visual will also be applied to the Total. That’s how DAX operates, and it’s not incorrect by design.For example, the value 5,458,026 is calculated simply by multiplying Column 1 and Column 2 at each row level. However, if you want to compute an accurate total for Column 3, you need to wrap your calculation in an iterative function like SUMX.&lt;/P&gt;
&lt;P&gt;SUMX(VALUES(Table[ITEM]), [INFLATION EFFECT])&lt;BR /&gt;One suggestion for you Don’t just copy and paste the formula,take time to understand the concept behind it. That will save you trouble later on.&lt;BR /&gt;If the formula doesn’t produce the expected results, I recommend sharing some dummy data along with your .pbix file so the logic can be verified more precisely.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/P&gt;
&lt;P&gt;sanalytics&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 08:10:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4754816#M182052</guid>
      <dc:creator>sanalytics</dc:creator>
      <dc:date>2025-07-07T08:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Measure  Total, again</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4756392#M182112</link>
      <description>&lt;P&gt;I finally find a solution for this.&lt;/P&gt;&lt;P&gt;I use summarize in a temp table and then sumx like below DAX code.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;V&lt;/SPAN&gt;&lt;SPAN&gt;AR&lt;/SPAN&gt; &lt;SPAN&gt;_&lt;/SPAN&gt;&lt;SPAN&gt;stdInflation &lt;/SPAN&gt;&lt;SPAN&gt;= &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;Su&lt;/SPAN&gt;&lt;SPAN&gt;mmarize&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Ca&lt;/SPAN&gt;&lt;SPAN&gt;lendar', &lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;-T&lt;/SPAN&gt;&lt;SPAN&gt;able&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Cal&lt;/SPAN&gt;&lt;SPAN&gt;endar'[Per&lt;/SPAN&gt;&lt;SPAN&gt;iod], &lt;/SPAN&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;&lt;SPAN&gt;Gr&lt;/SPAN&gt;&lt;SPAN&gt;oup by&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"@val&lt;/SPAN&gt;&lt;SPAN&gt;ue"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;--n&lt;/SPAN&gt;&lt;SPAN&gt;am&lt;/SPAN&gt;&lt;SPAN&gt;e of expression &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCUL&lt;/SPAN&gt;&lt;SPAN&gt;ATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(Fac&lt;/SPAN&gt;&lt;SPAN&gt;tTa&lt;/SPAN&gt;&lt;SPAN&gt;b&lt;/SPAN&gt;&lt;SPAN&gt;le[ActualPrel&lt;/SPAN&gt;&lt;SPAN&gt;]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SAMEPERI&lt;/SPAN&gt;&lt;SPAN&gt;ODLASTYEAR&lt;/SPAN&gt;&lt;SPAN&gt;('Calend&lt;/SPAN&gt;&lt;SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN&gt;r'[Period]&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ) ,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"@value2"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(Summary[&lt;/SPAN&gt;&lt;SPAN&gt;Inf&lt;/SPAN&gt;&lt;SPAN&gt;l&lt;/SPAN&gt;&lt;SPAN&gt;ation&lt;/SPAN&gt;&lt;SPAN&gt;]) &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt; &lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(_std&lt;/SPAN&gt;&lt;SPAN&gt;Inflat&lt;/SPAN&gt;&lt;SPAN&gt;i&lt;/SPAN&gt;&lt;SPAN&gt;on ,&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="805411" data-lia-user-login="VALUE" class="lia-mention lia-mention-user"&gt;VALUE&lt;/a&gt;] *[@va&lt;/SPAN&gt;&lt;SPAN&gt;lu&lt;/SPAN&gt;&lt;SPAN&gt;e2] &amp;nbsp;) &amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Jul 2025 10:56:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4756392#M182112</guid>
      <dc:creator>DrillDownBI</dc:creator>
      <dc:date>2025-07-08T10:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Measure  Total, again</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4757420#M182164</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="522745" data-lia-user-login="DrillDownBI" class="lia-mention lia-mention-user"&gt;DrillDownBI&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-start="887" data-end="988"&gt;Thank you so much for sharing your solution.&lt;/P&gt;
&lt;P data-start="995" data-end="1120"&gt;It’s great that you included your DAX code here, as it could really help other community members facing the same challenge.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-start="1127" data-end="1266"&gt;Feel free to keep exploring and posting your questions or solutions here in the Fabric Community your contributions are truly valuable!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 07:30:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-Total-again/m-p/4757420#M182164</guid>
      <dc:creator>v-aatheeque</dc:creator>
      <dc:date>2025-07-09T07:30:39Z</dc:date>
    </item>
  </channel>
</rss>

