<?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: Dax formula in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-formula/m-p/4259815#M168806</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="830835" data-lia-user-login="EKI" class="lia-mention lia-mention-user"&gt;EKI&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you mean that the total of the measure column is incorrect? I recommend you create another measure with SUMX function and use it in matrix.&amp;nbsp;The measure column with the correct total should then appear, you just need to hide the original measure column.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = SUMX('Table',[Unbilled amount])&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I'm not understanding the problem correctly, please provide more information such as sample data, dax of measure or link of pbix file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Mengmeng Li&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2024 03:24:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-10-28T03:24:16Z</dc:date>
    <item>
      <title>Dax formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-formula/m-p/4258046#M168715</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I'm new to the Power BI environment so be patient with me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a report for my project financial overview.&lt;/P&gt;&lt;P&gt;I have a matrix table where the rows are the project hierarchy (main and subs) in a nested layout.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In columns i have the Contracted amount, Invoiced amount, budget, costs etc.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i have created a measure that will calculate the unbilled amount based on my cost progress (if result=&amp;lt;0,0,result).&amp;nbsp;&lt;/P&gt;&lt;P&gt;My issue there is that &lt;STRONG&gt;in the total row of the table&lt;/STRONG&gt; it will not sum the results of the lines (&lt;FONT color="#00FF00"&gt;&lt;FONT color="#339966"&gt;Green&lt;/FONT&gt;&lt;FONT color="#000000"&gt;)&lt;/FONT&gt;&lt;/FONT&gt; but it will calculate the value based on the total line results &lt;FONT color="#000000"&gt;(&lt;FONT color="#FF6600"&gt;Red&lt;/FONT&gt;).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone knows a trick or a different type of calculation i could make, in order to not change the visual i have currently?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 12:09:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-formula/m-p/4258046#M168715</guid>
      <dc:creator>EKI</dc:creator>
      <dc:date>2024-10-25T12:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dax formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-formula/m-p/4258549#M168733</link>
      <description>&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;&lt;BR /&gt;Do not include sensitive information. Do not include anything that is unrelated to the issue or question. &lt;BR /&gt;&lt;BR /&gt;Need help uploading data? &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 19:49:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-formula/m-p/4258549#M168733</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-10-25T19:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dax formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-formula/m-p/4259815#M168806</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="830835" data-lia-user-login="EKI" class="lia-mention lia-mention-user"&gt;EKI&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you mean that the total of the measure column is incorrect? I recommend you create another measure with SUMX function and use it in matrix.&amp;nbsp;The measure column with the correct total should then appear, you just need to hide the original measure column.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = SUMX('Table',[Unbilled amount])&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I'm not understanding the problem correctly, please provide more information such as sample data, dax of measure or link of pbix file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Mengmeng Li&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 03:24:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-formula/m-p/4259815#M168806</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-28T03:24:16Z</dc:date>
    </item>
  </channel>
</rss>

