<?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: Creating Custom Subrows as Percentage Changes in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Custom-Subrows-as-Percentage-Changes/m-p/3848197#M150382</link>
    <description>&lt;P&gt;I guess, we can not hide the blank Type_General row, while the subrows appear,right?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2024 07:23:04 GMT</pubDate>
    <dc:creator>vkisa</dc:creator>
    <dc:date>2024-04-18T07:23:04Z</dc:date>
    <item>
      <title>Creating Custom Subrows as Percentage Changes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Custom-Subrows-as-Percentage-Changes/m-p/3834335#M149917</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to add a subrow that calculates of percentage change for between specific 2 different time periods as below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;Type&lt;/TD&gt;&lt;TD&gt;Sum of Revenue&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;Yesterday&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;229,925.28&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;SDLM&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;196,666.63&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;Variance1&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;1.17&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Last 7 days&lt;/TD&gt;&lt;TD&gt;1,348,787.62&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7 days SPLM&lt;/TD&gt;&lt;TD&gt;1,325,468.28&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;MTD&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;4,296,514.29&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;SPLM&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;4,280,047.93&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;Variance2&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;1.00&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;YTD&lt;/TD&gt;&lt;TD&gt;13,437,909.68&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;All&lt;/TD&gt;&lt;TD&gt;54,389,536.48&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created the date periods before and they are dynamic by slicers, &lt;U&gt;so I'm happy with this format because there are lots of measures except for &lt;/U&gt;&lt;STRONG&gt;&lt;U&gt;Revenue&lt;/U&gt;.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to create matrix as below but it shows subtotals, it might give a clue,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;You can find the sample report here:&lt;/P&gt;&lt;P&gt;&lt;A title="Sample_report" href="https://we.tl/t-CX9wjSIKQe" target="_blank" rel="noopener"&gt;Sample_report&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;VK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 14:55:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Custom-Subrows-as-Percentage-Changes/m-p/3834335#M149917</guid>
      <dc:creator>vkisa</dc:creator>
      <dc:date>2024-04-12T14:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom Subrows as Percentage Changes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Custom-Subrows-as-Percentage-Changes/m-p/3834906#M149951</link>
      <description>&lt;P&gt;Here is the general approach&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;note that you cannot mix data formats unless you convert everything to to text.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 23:28:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Custom-Subrows-as-Percentage-Changes/m-p/3834906#M149951</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-12T23:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom Subrows as Percentage Changes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Custom-Subrows-as-Percentage-Changes/m-p/3837528#M150031</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;, but I need to percentage of change for Variance1 and Variance2 levels rather than 1. Is it possible to define a measure on there?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 08:27:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Custom-Subrows-as-Percentage-Changes/m-p/3837528#M150031</guid>
      <dc:creator>vkisa</dc:creator>
      <dc:date>2024-04-15T08:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom Subrows as Percentage Changes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Custom-Subrows-as-Percentage-Changes/m-p/3846826#M150351</link>
      <description>&lt;P&gt;yes, that's what you need to do. Replace the "1"&amp;nbsp; with the appropriate measure.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 23:30:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Custom-Subrows-as-Percentage-Changes/m-p/3846826#M150351</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-17T23:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom Subrows as Percentage Changes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Custom-Subrows-as-Percentage-Changes/m-p/3848197#M150382</link>
      <description>&lt;P&gt;I guess, we can not hide the blank Type_General row, while the subrows appear,right?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 07:23:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Custom-Subrows-as-Percentage-Changes/m-p/3848197#M150382</guid>
      <dc:creator>vkisa</dc:creator>
      <dc:date>2024-04-18T07:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom Subrows as Percentage Changes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Custom-Subrows-as-Percentage-Changes/m-p/3850279#M150440</link>
      <description>&lt;P&gt;correct&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 14:04:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Custom-Subrows-as-Percentage-Changes/m-p/3850279#M150440</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-18T14:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom Subrows as Percentage Changes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Custom-Subrows-as-Percentage-Changes/m-p/3850315#M150443</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Do you have any idea how can I manage it?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 14:18:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Custom-Subrows-as-Percentage-Changes/m-p/3850315#M150443</guid>
      <dc:creator>vkisa</dc:creator>
      <dc:date>2024-04-18T14:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom Subrows as Percentage Changes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Custom-Subrows-as-Percentage-Changes/m-p/3850362#M150445</link>
      <description>&lt;P&gt;make the measure return BLANK() for that scenario&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 14:29:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Custom-Subrows-as-Percentage-Changes/m-p/3850362#M150445</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-18T14:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom Subrows as Percentage Changes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Custom-Subrows-as-Percentage-Changes/m-p/3850424#M150451</link>
      <description>&lt;P&gt;Can you give an example for this scenario if it is posssible. I couldn't define variance1 and variance2 as %change of date periods and couldn't display blank on the top row.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 14:57:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Custom-Subrows-as-Percentage-Changes/m-p/3850424#M150451</guid>
      <dc:creator>vkisa</dc:creator>
      <dc:date>2024-04-18T14:57:03Z</dc:date>
    </item>
  </channel>
</rss>

