<?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 row totals for matrix with concatenatex in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/row-totals-for-matrix-with-concatenatex/m-p/3358259#M126228</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;FIrst time that I am trying to use DAX to modify a visual in PowerBI.&amp;nbsp; I have a table with some text values that I want to display in a matrix, but i also want to show totals (counts) both by column and by row.&amp;nbsp; I have written the following DAX, which gives me the text in the values of the matrix and totals (counts) by column, but I am still getting a list of text in the totals for rows.&amp;nbsp; Could someone please help me to correct it?&amp;nbsp; Thank you!&lt;BR /&gt;&lt;BR /&gt;My DAX for my measure:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;My data:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OrderedStage&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1 – First Stage&lt;/P&gt;&lt;P&gt;2 – Second Stage&lt;/P&gt;&lt;P&gt;3 – Third Stage&lt;/P&gt;&lt;P&gt;4 – Final Stage&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PRODNumber&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ABC123&lt;/P&gt;&lt;P&gt;XYX456&lt;/P&gt;&lt;P&gt;CDE321&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The current result:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My desired result:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;crawlejg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2023 15:26:14 GMT</pubDate>
    <dc:creator>crawlejg</dc:creator>
    <dc:date>2023-07-31T15:26:14Z</dc:date>
    <item>
      <title>row totals for matrix with concatenatex</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/row-totals-for-matrix-with-concatenatex/m-p/3358259#M126228</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;FIrst time that I am trying to use DAX to modify a visual in PowerBI.&amp;nbsp; I have a table with some text values that I want to display in a matrix, but i also want to show totals (counts) both by column and by row.&amp;nbsp; I have written the following DAX, which gives me the text in the values of the matrix and totals (counts) by column, but I am still getting a list of text in the totals for rows.&amp;nbsp; Could someone please help me to correct it?&amp;nbsp; Thank you!&lt;BR /&gt;&lt;BR /&gt;My DAX for my measure:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;My data:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OrderedStage&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1 – First Stage&lt;/P&gt;&lt;P&gt;2 – Second Stage&lt;/P&gt;&lt;P&gt;3 – Third Stage&lt;/P&gt;&lt;P&gt;4 – Final Stage&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PRODNumber&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ABC123&lt;/P&gt;&lt;P&gt;XYX456&lt;/P&gt;&lt;P&gt;CDE321&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The current result:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My desired result:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;crawlejg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 15:26:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/row-totals-for-matrix-with-concatenatex/m-p/3358259#M126228</guid>
      <dc:creator>crawlejg</dc:creator>
      <dc:date>2023-07-31T15:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: row totals for matrix with concatenatex</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/row-totals-for-matrix-with-concatenatex/m-p/3358322#M126233</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="203666" data-lia-user-login="crawlejg" class="lia-mention lia-mention-user"&gt;crawlejg&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Use ISINSCOPE ( 'Table'[Group] )&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 16:11:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/row-totals-for-matrix-with-concatenatex/m-p/3358322#M126233</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-07-31T16:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: row totals for matrix with concatenatex</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/row-totals-for-matrix-with-concatenatex/m-p/3358336#M126234</link>
      <description>&lt;P&gt;Thank you tamerj1,&lt;/P&gt;&lt;P&gt;I updated to&amp;nbsp;ISINSCOPE ( 'Table'[Group] ) and it gave me counts at the bottom, but now the totals on the right are the concatenated text instead of counts.&amp;nbsp; How can I get both totals to be numbers?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 16:23:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/row-totals-for-matrix-with-concatenatex/m-p/3358336#M126234</guid>
      <dc:creator>crawlejg</dc:creator>
      <dc:date>2023-07-31T16:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: row totals for matrix with concatenatex</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/row-totals-for-matrix-with-concatenatex/m-p/3358381#M126237</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="203666" data-lia-user-login="crawlejg" class="lia-mention lia-mention-user"&gt;crawlejg&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Sorry I did not notice the the row totals. Please try&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ISINSCOPE ( 'Table'[Group] ) &amp;amp;&amp;amp;&amp;nbsp;ISINSCOPE ( 'Table'[OrderedStage] )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 16:53:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/row-totals-for-matrix-with-concatenatex/m-p/3358381#M126237</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-07-31T16:53:13Z</dc:date>
    </item>
  </channel>
</rss>

