<?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 Total Across Row in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1579104#M31546</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get total across rows. I need a column, where each row has a value of summation across rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, in below screenshot, I need a column with total sales for each month. So basically it should add sales of each category for each month giving following results: So i need to calculate &lt;STRONG&gt;"Total Sales"&amp;nbsp;&lt;/STRONG&gt;column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Furniture&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Office Supplies&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Technology&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Total Sales&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;JAN&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;3.52&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;3.52&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;FEB&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;597.13&lt;/TD&gt;&lt;TD&gt;14.99&lt;/TD&gt;&lt;TD&gt;612.12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;MARCH&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;585.12&lt;/TD&gt;&lt;TD&gt;238&lt;/TD&gt;&lt;TD&gt;823.12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;APRIL&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;303.03&lt;/TD&gt;&lt;TD&gt;99.99&lt;/TD&gt;&lt;TD&gt;403.02&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;JUNE&lt;/TD&gt;&lt;TD&gt;663.98&lt;/TD&gt;&lt;TD&gt;41.05&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;705.03&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;JULY&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;589.48&lt;/TD&gt;&lt;TD&gt;257.98&lt;/TD&gt;&lt;TD&gt;847.46&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SEP&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;276.26&lt;/TD&gt;&lt;TD&gt;59.98&lt;/TD&gt;&lt;TD&gt;336.24&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was to create a DAX for this. Is there a way to so this? Also the values in each category is calculated using measure names "Sales LTM".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sharing the link to my pbix file for your reference. Its on "page 2".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/u/s!AhWE64mO-7d3h3OqttDxPCRMzJsZ" target="_blank"&gt;https://1drv.ms/u/s!AhWE64mO-7d3h3OqttDxPCRMzJsZ&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jan 2021 10:37:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-01-04T10:37:36Z</dc:date>
    <item>
      <title>Total Across Row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1579104#M31546</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get total across rows. I need a column, where each row has a value of summation across rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, in below screenshot, I need a column with total sales for each month. So basically it should add sales of each category for each month giving following results: So i need to calculate &lt;STRONG&gt;"Total Sales"&amp;nbsp;&lt;/STRONG&gt;column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Furniture&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Office Supplies&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Technology&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Total Sales&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;JAN&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;3.52&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;3.52&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;FEB&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;597.13&lt;/TD&gt;&lt;TD&gt;14.99&lt;/TD&gt;&lt;TD&gt;612.12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;MARCH&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;585.12&lt;/TD&gt;&lt;TD&gt;238&lt;/TD&gt;&lt;TD&gt;823.12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;APRIL&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;303.03&lt;/TD&gt;&lt;TD&gt;99.99&lt;/TD&gt;&lt;TD&gt;403.02&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;JUNE&lt;/TD&gt;&lt;TD&gt;663.98&lt;/TD&gt;&lt;TD&gt;41.05&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;705.03&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;JULY&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;589.48&lt;/TD&gt;&lt;TD&gt;257.98&lt;/TD&gt;&lt;TD&gt;847.46&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SEP&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;276.26&lt;/TD&gt;&lt;TD&gt;59.98&lt;/TD&gt;&lt;TD&gt;336.24&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was to create a DAX for this. Is there a way to so this? Also the values in each category is calculated using measure names "Sales LTM".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sharing the link to my pbix file for your reference. Its on "page 2".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/u/s!AhWE64mO-7d3h3OqttDxPCRMzJsZ" target="_blank"&gt;https://1drv.ms/u/s!AhWE64mO-7d3h3OqttDxPCRMzJsZ&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 10:37:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1579104#M31546</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-04T10:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Total Across Row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1579158#M31548</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , No access to the file. What are your base table structure &lt;/P&gt;
&lt;P&gt;As of now, it seems like&lt;/P&gt;
&lt;P&gt;Sum(Table[Furniture])+Sum(Table[Office Supplies]) + Sum(Table[Technology])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or add a total column to the matrix (column total)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you looking for a hybrid table&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/Creating-a-custom-or-hybrid-matrix-in-PowerBI/ba-p/1354591" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Creating-a-custom-or-hybrid-matrix-in-PowerBI/ba-p/1354591&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/The-New-Hotness-Custom-Matrix-Hierarchy/m-p/963588#M428" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/The-New-Hotness-Custom-Matrix-Hierarchy/m-p/963588#M428&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;vote for Hybrid Table &lt;BR /&gt;&lt;A href="https://ideas.powerbi.com/ideas/idea/?ideaid=9bc32b23-1eb1-4e74-8b34-349887b37ebc" target="_blank"&gt;https://ideas.powerbi.com/ideas/idea/?ideaid=9bc32b23-1eb1-4e74-8b34-349887b37ebc&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 10:44:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1579158#M31548</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-01-04T10:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Total Across Row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1579186#M31549</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Firstly, I'm not able to use SUM() function because the values in each category is calculated using DAX. The maesure name is "Sales LTM". I believe that we cannot use a measure felid with SUM() function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Secondly, i want a dynamic solution. Because if you notice in my pbix file as well as screenshot, I have added a slicer name "State". So for each state, category will change. So your solution will not work here.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 10:59:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1579186#M31549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-04T10:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Total Across Row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1579350#M31554</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; , i was not able to access the pbix, can share again. &lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 12:12:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1579350#M31554</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-01-04T12:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Total Across Row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1579384#M31555</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp; I'm sharing the link again. Open it in google crome. It will be open then.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/u/s!AhWE64mO-7d3h3OqttDxPCRMzJsZ" target="_blank"&gt;https://1drv.ms/u/s!AhWE64mO-7d3h3OqttDxPCRMzJsZ&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 12:25:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1579384#M31555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-04T12:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Total Across Row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1579467#M31557</link>
      <description>&lt;P&gt;I downloaded your pbix.&amp;nbsp; When I just turn on Column subtotals in the matrix format options, I get your desired results.&amp;nbsp; If those totals are not correct, this measure could be used instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Category Sum = SUMX(VALUES(Orders[Category]), [sales LTM])&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Pat&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Jan 2021 13:02:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1579467#M31557</guid>
      <dc:creator>mahoneypat</dc:creator>
      <dc:date>2021-01-04T13:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Total Across Row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1579507#M31558</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226208" data-lia-user-login="mahoneypat" class="lia-mention lia-mention-user"&gt;mahoneypat&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks for the reply. I don't want to use the subtotal option as I will use this total sales column in other calculations as well. Also I tried the code you have given and created "total sales". But when I add the measure in my matrix, it shows the result like below screenshot:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Basically it shows total sales for individual category. Not overall month sales. I want the result we get from subtotals, but for that I want to create DAX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 13:19:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1579507#M31558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-04T13:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Total Across Row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1579568#M31559</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; , You can enable column sub total , will that do ?&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 13:50:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1579568#M31559</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-01-04T13:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Total Across Row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1579626#M31560</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;Actualy I want to create a DAX for this. Because I will further use this total sales in my other calculation. So subtotal option won't work in this case.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 14:17:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1579626#M31560</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-04T14:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Total Across Row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1580916#M31590</link>
      <description>&lt;P&gt;You can get your total with this measure, but when you add it to matrix it will add it for each Category.&amp;nbsp; Adding it as a single column is not doable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Sales LTM All Cat = CALCULATE([sales LTM], ALL(Orders[Category]))&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Pat&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Jan 2021 02:48:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1580916#M31590</guid>
      <dc:creator>mahoneypat</dc:creator>
      <dc:date>2021-01-05T02:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Total Across Row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1584234#M31673</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226208" data-lia-user-login="mahoneypat" class="lia-mention lia-mention-user"&gt;mahoneypat&lt;/a&gt;&amp;nbsp;, Thanks for the solution. It works. Yeah I'm understanding thats it not possible in powerBI just to add measure in column in a matrix. But atleast I got solution of getting the correct total sales value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if there is a way I can add measure field in column or rows instead of values. Again thats for the help.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 11:19:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1584234#M31673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-06T11:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Total Across Row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1584421#M31682</link>
      <description>&lt;P&gt;You may be interested in the Show On Rows feature.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://datasavvy.me/2017/08/10/you-can-now-put-values-on-rows-in-power-bi/" target="_blank"&gt;You Can Now Put Values On Rows In Power BI – Data Savvy&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, you can turn off auto size columns in the column header options, and reduce the width of any column you don't want to show until it is gone.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Pat&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 13:08:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Across-Row/m-p/1584421#M31682</guid>
      <dc:creator>mahoneypat</dc:creator>
      <dc:date>2021-01-06T13:08:30Z</dc:date>
    </item>
  </channel>
</rss>

