<?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: Subheaders for matrix in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Subheaders-for-matrix/m-p/4001473#M1276216</link>
    <description>&lt;P&gt;Thanks for the reply from &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="639584" data-lia-user-login="ExcelMonke" class="lia-mention lia-mention-user"&gt;ExcelMonke&lt;/a&gt;&amp;nbsp;, please allow me to provide another insight:&lt;BR /&gt;Hi,&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="576835" data-lia-user-login="ak77" class="lia-mention lia-mention-user"&gt;ak77&lt;/a&gt;&amp;nbsp; &lt;BR /&gt;Regarding the issue you raised, my solution is as follows:&lt;/P&gt;
&lt;P&gt;1.First I have created the following table and the column names and data are the data you have given:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;3.Create calculated column references:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sam = 
VAR cc=RANDBETWEEN(0,1)
RETURN IF(cc=1,
"Returns",
"Market value ")
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But there are also specific MTD columns, QTD columns, and YTD columns that need to be created based on your specific data structure.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;4.Then set the visual object as follows:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;5.Here's my final result, which I hope meets your requirements&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Please find the attached pbix relevant to the case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Leroy Lu&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider Accept it &lt;STRONG&gt;&lt;EM&gt;as the solution &lt;/EM&gt;&lt;/STRONG&gt;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2024 08:14:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-06-20T08:14:34Z</dc:date>
    <item>
      <title>Subheaders for matrix</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Subheaders-for-matrix/m-p/4000671#M1276063</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if this was discussed before.. so posting. please check if possible and let me know&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have a matrix with time measures for Returns and Market value . i need a subheader Returns and Market value displayed as above for matrix. is there a way to achieve this&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, 19 Jun 2024 20:04:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Subheaders-for-matrix/m-p/4000671#M1276063</guid>
      <dc:creator>ak77</dc:creator>
      <dc:date>2024-06-19T20:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Subheaders for matrix</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Subheaders-for-matrix/m-p/4000729#M1276079</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Your question is not quite clear. Could you rephrase?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Based on your current explanation, this can be done by moving the column with the Returns/Market Value values into the columns section of your matrix.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 21:18:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Subheaders-for-matrix/m-p/4000729#M1276079</guid>
      <dc:creator>ExcelMonke</dc:creator>
      <dc:date>2024-06-19T21:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Subheaders for matrix</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Subheaders-for-matrix/m-p/4000793#M1276099</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="639584" data-lia-user-login="ExcelMonke" class="lia-mention lia-mention-user"&gt;ExcelMonke&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for reply.. my question was can we add a sub header to group of columns..&amp;nbsp;&lt;SPAN&gt;Returns/Market Value&amp;nbsp;are the 2 subheaders for each set of MTD , QTD and YTD matrix columns&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can u please let me know.. do u have a sample to share? this wil help me a lot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 23:11:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Subheaders-for-matrix/m-p/4000793#M1276099</guid>
      <dc:creator>ak77</dc:creator>
      <dc:date>2024-06-19T23:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Subheaders for matrix</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Subheaders-for-matrix/m-p/4001473#M1276216</link>
      <description>&lt;P&gt;Thanks for the reply from &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="639584" data-lia-user-login="ExcelMonke" class="lia-mention lia-mention-user"&gt;ExcelMonke&lt;/a&gt;&amp;nbsp;, please allow me to provide another insight:&lt;BR /&gt;Hi,&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="576835" data-lia-user-login="ak77" class="lia-mention lia-mention-user"&gt;ak77&lt;/a&gt;&amp;nbsp; &lt;BR /&gt;Regarding the issue you raised, my solution is as follows:&lt;/P&gt;
&lt;P&gt;1.First I have created the following table and the column names and data are the data you have given:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;3.Create calculated column references:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sam = 
VAR cc=RANDBETWEEN(0,1)
RETURN IF(cc=1,
"Returns",
"Market value ")
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But there are also specific MTD columns, QTD columns, and YTD columns that need to be created based on your specific data structure.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;4.Then set the visual object as follows:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;5.Here's my final result, which I hope meets your requirements&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Please find the attached pbix relevant to the case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Leroy Lu&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider Accept it &lt;STRONG&gt;&lt;EM&gt;as the solution &lt;/EM&gt;&lt;/STRONG&gt;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 08:14:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Subheaders-for-matrix/m-p/4001473#M1276216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-20T08:14:34Z</dc:date>
    </item>
  </channel>
</rss>

