<?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: In matrix table, able to sum Column total but unable to sum row total in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/In-matrix-table-able-to-sum-Column-total-but-unable-to-sum-row/m-p/1116497#M16297</link>
    <description>&lt;LI-CODE lang="csharp"&gt;// Please try to learn about when
// to use which functions. Also,
// SUMMARIZE should not be used to
// do anything else than grouping.
// Please go to dax.guide/summarize/
// and take a good look at the arguments
// and then read the articles to which
// links you'll find toward the end
// of the description.

// And here's your measure:

[TC total] =
MAXX (
   	VALUES( 'Calendar'[Week Ending date] ),
   	[TC Percent]
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;D&lt;/P&gt;</description>
    <pubDate>Sun, 24 May 2020 12:32:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-05-24T12:32:36Z</dc:date>
    <item>
      <title>In matrix table, able to sum Column total but unable to sum row total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/In-matrix-table-able-to-sum-Column-total-but-unable-to-sum-row/m-p/1100742#M16163</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have created the below formula to identify how many times in an 8 week period the user did not meet the 96% threshold. We created the following formula, which returns a "1" to indicate the threshold had not been met, this threshold is a consolidated percentage of per week.&lt;STRONG&gt; For example&lt;/STRONG&gt;, in given 8 weeks of time, if any weeks percentage are below 96% returns 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have created a matrix table, when i populated the data i am getting the row totals correctly but my column total is incorrect as shown in below image.Could you please help me to fix it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 02:04:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/In-matrix-table-able-to-sum-Column-total-but-unable-to-sum-row/m-p/1100742#M16163</guid>
      <dc:creator>bdkanand</dc:creator>
      <dc:date>2020-05-30T02:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: In matrix table, able to sum Column total but unable to sum row total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/In-matrix-table-able-to-sum-Column-total-but-unable-to-sum-row/m-p/1100920#M16170</link>
      <description>&lt;P&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;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 13:33:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/In-matrix-table-able-to-sum-Column-total-but-unable-to-sum-row/m-p/1100920#M16170</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-05-21T13:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: In matrix table, able to sum Column total but unable to sum row total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/In-matrix-table-able-to-sum-Column-total-but-unable-to-sum-row/m-p/1116497#M16297</link>
      <description>&lt;LI-CODE lang="csharp"&gt;// Please try to learn about when
// to use which functions. Also,
// SUMMARIZE should not be used to
// do anything else than grouping.
// Please go to dax.guide/summarize/
// and take a good look at the arguments
// and then read the articles to which
// links you'll find toward the end
// of the description.

// And here's your measure:

[TC total] =
MAXX (
   	VALUES( 'Calendar'[Week Ending date] ),
   	[TC Percent]
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Sun, 24 May 2020 12:32:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/In-matrix-table-able-to-sum-Column-total-but-unable-to-sum-row/m-p/1116497#M16297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-24T12:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: In matrix table, able to sum Column total but unable to sum row total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/In-matrix-table-able-to-sum-Column-total-but-unable-to-sum-row/m-p/1116844#M16352</link>
      <description>&lt;P&gt;no this measure is not giving me a result which i am looking for. I am getting a correct total of column because i have used the summarize function on calendar table. As i told above,&amp;nbsp; values 1 and 0 are consolidated result of 1 week so if i want to sum them i have to group them else it will sum the value of every row which i don't need it.&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 02:05:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/In-matrix-table-able-to-sum-Column-total-but-unable-to-sum-row/m-p/1116844#M16352</guid>
      <dc:creator>bdkanand</dc:creator>
      <dc:date>2020-05-30T02:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: In matrix table, able to sum Column total but unable to sum row total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/In-matrix-table-able-to-sum-Column-total-but-unable-to-sum-row/m-p/1120443#M16496</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;Could you please guide me in right direction as i am new to powerbi&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 14:55:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/In-matrix-table-able-to-sum-Column-total-but-unable-to-sum-row/m-p/1120443#M16496</guid>
      <dc:creator>bdkanand</dc:creator>
      <dc:date>2020-05-26T14:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: In matrix table, able to sum Column total but unable to sum row total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/In-matrix-table-able-to-sum-Column-total-but-unable-to-sum-row/m-p/1120784#M16508</link>
      <description>&lt;P&gt;Well, I can't even if I wanted. I don't understand the measures, especially [TC%]. You'd have to explain clearly what you want to do from the ground up starting from the first principles. You'd have to also explain the data model and give some example data. If I were you, I would remove all the unnecessary columns from the model, leave only the ones that count for the case in question and then explain clearly what you want to do and how your measures should work with single days as well as with &lt;STRONG&gt;ANY&lt;/STRONG&gt; period of time.&lt;BR /&gt;&lt;BR /&gt;Otherwise, it's not possible to help. At least I can't.&lt;BR /&gt;&lt;BR /&gt;Sorry.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 18:34:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/In-matrix-table-able-to-sum-Column-total-but-unable-to-sum-row/m-p/1120784#M16508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-26T18:34:58Z</dc:date>
    </item>
  </channel>
</rss>

