<?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: Incorrect Totals for Percentage Values in Table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2378851#M61395</link>
    <description>&lt;P&gt;Hi Will:&lt;/P&gt;&lt;P&gt;I'm not sure why the shared google file won't open. I'll try something else. I wanted you to see the data model. The results for your inital question are:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1jGo9p026vlCCsCcXkmmbqp0YaSo0cUhv/view" target="_blank"&gt;Energy.pbix - Google Drive&amp;nbsp;&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I download from here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see it fine. Is this any better?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Mar 2022 14:13:25 GMT</pubDate>
    <dc:creator>Whitewater100</dc:creator>
    <dc:date>2022-03-07T14:13:25Z</dc:date>
    <item>
      <title>Incorrect Totals for Percentage Values in Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2369671#M60759</link>
      <description>&lt;P&gt;I have three tables, Projections, Actuals, and % Variation. The Variation is calculated using the measure&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Volume (Variation) = CALCULATE([Volume (Actuals)])/CALCULATE([Volume (Projection)])-1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volume (Actuals) and Volume (Projection) are calculated as follows from the main data table. The volume column is just a simple value of 1 for each record to enable counts.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Volume (Actuals) = CALCULATE(SUM('MASTER TABLE'[Volume]),'MASTER TABLE'[Type]="Actuals")&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Volume (Projection) = CALCULATE(SUM('MASTER TABLE'[Volume]),'MASTER TABLE'[Type]="Projection")&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The individual % calculations in the table are correct, however using the same logic, and using February as an example, the Total line for % variation should be 12% not 8%&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Why is the total not calculating correctly, and how can I correct it?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Mar 2022 09:50:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2369671#M60759</guid>
      <dc:creator>Will_Rayner</dc:creator>
      <dc:date>2022-03-02T09:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Totals for Percentage Values in Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2369780#M60760</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="335510" data-lia-user-login="Will_Rayner" class="lia-mention lia-mention-user"&gt;Will_Rayner&lt;/a&gt; , seems fine to me. Try these with a small difference &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Volume (Actuals) = CALCULATE(SUM('MASTER TABLE'[Volume]),filter('MASTER TABLE','MASTER TABLE'[Type]="Actuals")&lt;BR /&gt;Volume (Projection) = CALCULATE(SUM('MASTER TABLE'[Volume]),filter('MASTER TABLE''MASTER TABLE'[Type]="Projection")&lt;/P&gt;
&lt;P&gt;Volume (Variation) = divide([Volume (Actuals)],[Volume (Projection)])-1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this does not help&lt;BR /&gt;Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 10:40:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2369780#M60760</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-03-02T10:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Totals for Percentage Values in Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2369799#M60764</link>
      <description>&lt;P&gt;Thank you for the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used the suggested alternative calculation for the Volume Variation, however this still returns the incorrect value in the total line. i.e. it is still showing 8% for February rather than the expected result of 12%.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 10:52:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2369799#M60764</guid>
      <dc:creator>Will_Rayner</dc:creator>
      <dc:date>2022-03-02T10:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Totals for Percentage Values in Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2369921#M60773</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="335510" data-lia-user-login="Will_Rayner" class="lia-mention lia-mention-user"&gt;Will_Rayner&lt;/a&gt; ,&lt;BR /&gt;Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 11:54:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2369921#M60773</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-03-02T11:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Totals for Percentage Values in Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2369976#M60780</link>
      <description>&lt;P&gt;The data source is very simple and could easily be replicated. I'm not quite sure how to do that effectively here as the tables are large and do contain sensitive data, as does the pbxi file of which this is a tiny element.&lt;/P&gt;&lt;P&gt;I think it is the logic of PBI that is the issue, i.e. treating the variation measure differently in the table results, which are correct (the (1%), 34%, (2%), 197% &amp;amp; 5% for February), but it calculates the TOTAL differently i.e 1,371.88 against a projection of 1,225.45 should be 12% and not 8% as shown.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 12:23:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2369976#M60780</guid>
      <dc:creator>Will_Rayner</dc:creator>
      <dc:date>2022-03-02T12:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Totals for Percentage Values in Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2370203#M60792</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;You can use SUMX to fix:&lt;/P&gt;&lt;P&gt;=SUMX(&lt;/P&gt;&lt;P&gt;Total Measure =&lt;/P&gt;&lt;P&gt;var vtable = SUMMARIZE(&lt;STRONG&gt;'MASTER TABLE'&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;'MASTER TABLE'&lt;/STRONG&gt;[Description],&lt;/P&gt;&lt;P&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; "Variance", &lt;STRONG&gt;Volume (Variation)&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;return&lt;/P&gt;&lt;P&gt;IF(HASONEVALUE(&amp;nbsp;&lt;STRONG&gt;'MASTER TABLE'&lt;/STRONG&gt;[Description]),[Volume Variation], SUMX(vtable,[Variance]))&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 13:50:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2370203#M60792</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-03-02T13:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Totals for Percentage Values in Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2370206#M60793</link>
      <description>&lt;P&gt;Volume Variation(New) =&lt;/P&gt;&lt;P&gt;var vtable = SUMMARIZE(&lt;STRONG&gt;'MASTER TABLE'&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;'MASTER TABLE'&lt;/STRONG&gt;[Description],&lt;/P&gt;&lt;P&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; "Variance",&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Volume (Variation)&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;return&lt;/P&gt;&lt;P&gt;IF(HASONEVALUE(&amp;nbsp;&lt;STRONG&gt;'MASTER TABLE'&lt;/STRONG&gt;[Description]),[Volume Variation], SUMX(vtable,[Variance]))&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 13:52:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2370206#M60793</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-03-02T13:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Totals for Percentage Values in Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2370337#M60799</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is this solution intended to calculate the variance between the Projection count and the Actual Count? I can't see how those inputs come into this formula.&lt;/P&gt;&lt;P&gt;I was hoping for a DAX solution that, from the measures I already have in place, I could copy and paste as a new measure to use?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 14:48:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2370337#M60799</guid>
      <dc:creator>Will_Rayner</dc:creator>
      <dc:date>2022-03-02T14:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Totals for Percentage Values in Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2370452#M60804</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;I guess seeing a sample file will help. Usually the SUMX fix works on totals, so I'm not sure why this did not work in this case.&lt;/P&gt;&lt;P&gt;Can you change your volume % chg measure to:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Volume (Variation) = DIVIDE([Volume (Actuals)], [Volume (Projection)])-1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and see if that helps, then use the new code?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 15:26:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2370452#M60804</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-03-02T15:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Totals for Percentage Values in Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2370583#M60817</link>
      <description>&lt;P&gt;A simplified MASTER TABLE would be:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Type&lt;/TD&gt;&lt;TD&gt;Description&lt;/TD&gt;&lt;TD&gt;Start Date&lt;/TD&gt;&lt;TD&gt;Volume&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;Slips&lt;/TD&gt;&lt;TD&gt;01/02/2022&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;Slips&lt;/TD&gt;&lt;TD&gt;01/02/2022&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;Slips&lt;/TD&gt;&lt;TD&gt;01/02/2022&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;Slips&lt;/TD&gt;&lt;TD&gt;01/02/2022&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;Slips&lt;/TD&gt;&lt;TD&gt;01/02/2022&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;Slips&lt;/TD&gt;&lt;TD&gt;01/02/2022&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;Slips&lt;/TD&gt;&lt;TD&gt;01/02/2022&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;Slips&lt;/TD&gt;&lt;TD&gt;01/02/2022&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;Slips&lt;/TD&gt;&lt;TD&gt;01/02/2022&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;Declarations (All)&lt;/TD&gt;&lt;TD&gt;01/02/2022&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;Declarations (All)&lt;/TD&gt;&lt;TD&gt;01/02/2022&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;Declarations (All)&lt;/TD&gt;&lt;TD&gt;01/02/2022&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;Declarations (All)&lt;/TD&gt;&lt;TD&gt;01/02/2022&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;Declarations (All)&lt;/TD&gt;&lt;TD&gt;01/02/2022&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Actual&lt;/TD&gt;&lt;TD&gt;Declarations (All)&lt;/TD&gt;&lt;TD&gt;01/02/2022&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Projection&lt;/TD&gt;&lt;TD&gt;Slips&lt;/TD&gt;&lt;TD&gt;01/02/2022&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Projection&lt;/TD&gt;&lt;TD&gt;Declarations (All)&lt;/TD&gt;&lt;TD&gt;01/02/2022&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;On which my measures (and your new DIVIDE one will work.&lt;/P&gt;&lt;P&gt;The expected results from this should be +20% for Declarations (All), +50% for Slips, and +36% as a Total&lt;/P&gt;&lt;P&gt;The visualisations are simple tables&lt;/P&gt;&lt;P&gt;Should your SUMX be a measure? This could be where I am going wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 16:08:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2370583#M60817</guid>
      <dc:creator>Will_Rayner</dc:creator>
      <dc:date>2022-03-02T16:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Totals for Percentage Values in Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2370868#M60835</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;I created your&amp;nbsp; data and can paste link to file here. I hope this helps. You'll notice one solution is with one fact table and the same solution with two fact tables. (which you described)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1jGo9p026vlCCsCcXkmmbqp0YaSo0cUhv/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1jGo9p026vlCCsCcXkmmbqp0YaSo0cUhv/view?usp=sharing&lt;/A&gt;&lt;/P&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;</description>
      <pubDate>Wed, 02 Mar 2022 18:27:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2370868#M60835</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-03-02T18:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Totals for Percentage Values in Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2378179#M61354</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Many thanks for your solution here, and from your image, it looks like this is doing as I require, however unfortunately despite a few attempts, I am unable to open any of your solution documents in a way that they make any sense to me. I just see filles of strange symbols!&lt;/P&gt;&lt;P&gt;Are you able to post a solution as as response rather than links to files? This may then assist other users with a similar problem&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 09:06:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2378179#M61354</guid>
      <dc:creator>Will_Rayner</dc:creator>
      <dc:date>2022-03-07T09:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Totals for Percentage Values in Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2378851#M61395</link>
      <description>&lt;P&gt;Hi Will:&lt;/P&gt;&lt;P&gt;I'm not sure why the shared google file won't open. I'll try something else. I wanted you to see the data model. The results for your inital question are:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1jGo9p026vlCCsCcXkmmbqp0YaSo0cUhv/view" target="_blank"&gt;Energy.pbix - Google Drive&amp;nbsp;&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I download from here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see it fine. Is this any better?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 14:13:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2378851#M61395</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-03-07T14:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Totals for Percentage Values in Table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2380589#M61489</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="335510" data-lia-user-login="Will_Rayner" class="lia-mention lia-mention-user"&gt;Will_Rayner&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that in a Power BI visual, the total of a measure is not just the sum of all rows. it is a calculated value affected by measure.&lt;/P&gt;
&lt;P&gt;If you want to calculate the sum of measure value, please use sumx() function.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/dax/sumx-function-dax" target="_self"&gt;https://docs.microsoft.com/en-us/dax/sumx-function-dax&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;total = sumx(filter(allselected('table'),expression),[measure])&lt;/P&gt;
&lt;P&gt;And if you want to show [measure] on row level and show total on total level, please use ISINSCOPE() or ISFILTERED() function.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/dax/isinscope-function-dax" target="_self"&gt;https://docs.microsoft.com/en-us/dax/isinscope-function-dax&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer the formula.&lt;/P&gt;
&lt;P&gt;total = &lt;BR /&gt;var _total =&amp;nbsp;sumx(filter(allselected('table'),expression),[measure])&lt;BR /&gt;return&lt;/P&gt;
&lt;P&gt;IF(ISINSCOPE([row field]),[measure],_total)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jay&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 07:47:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Incorrect-Totals-for-Percentage-Values-in-Table/m-p/2380589#M61489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-08T07:47:40Z</dc:date>
    </item>
  </channel>
</rss>

