<?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 Profitbase Income Statement Percentage in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Profitbase-Income-Statement-Percentage/m-p/2621968#M76403</link>
    <description>&lt;P&gt;I use the visual "Financial Reporting Matrix by Profitbase" to create an income statement with custom rows. The measures I use are Amount and %.&amp;nbsp;The % is the amount of the specific year compared to the amount of the current year. For example, for sales the amount of 2022 is 100 and the amount of 2021 is 80. Thus, the amount of 2022 is 25% higher than the amount of 2021.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, as you can see below in the "Actual" table the % values are added in the custom row "Total Operating Income" instead of calculating the correct % as seen in the "Desired" table. How can I achieve the correct % values?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want that it is still possible that I can use the year slicer, for example to add the years 2019 and 2018 or to remove years.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2022 09:20:41 GMT</pubDate>
    <dc:creator>TimmK</dc:creator>
    <dc:date>2022-07-06T09:20:41Z</dc:date>
    <item>
      <title>Profitbase Income Statement Percentage</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Profitbase-Income-Statement-Percentage/m-p/2621968#M76403</link>
      <description>&lt;P&gt;I use the visual "Financial Reporting Matrix by Profitbase" to create an income statement with custom rows. The measures I use are Amount and %.&amp;nbsp;The % is the amount of the specific year compared to the amount of the current year. For example, for sales the amount of 2022 is 100 and the amount of 2021 is 80. Thus, the amount of 2022 is 25% higher than the amount of 2021.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, as you can see below in the "Actual" table the % values are added in the custom row "Total Operating Income" instead of calculating the correct % as seen in the "Desired" table. How can I achieve the correct % values?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want that it is still possible that I can use the year slicer, for example to add the years 2019 and 2018 or to remove years.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 09:20:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Profitbase-Income-Statement-Percentage/m-p/2621968#M76403</guid>
      <dc:creator>TimmK</dc:creator>
      <dc:date>2022-07-06T09:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Profitbase Income Statement Percentage</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Profitbase-Income-Statement-Percentage/m-p/2622151#M76418</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="255423" data-lia-user-login="TimmK" class="lia-mention lia-mention-user"&gt;TimmK&lt;/a&gt; , Can you share % formula &lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 10:19:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Profitbase-Income-Statement-Percentage/m-p/2622151#M76418</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-07-06T10:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Profitbase Income Statement Percentage</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Profitbase-Income-Statement-Percentage/m-p/2622187#M76424</link>
      <description>&lt;P&gt;Yes, here is the % measure:&lt;/P&gt;&lt;P&gt;% =&lt;BR /&gt;DIVIDE(&lt;BR /&gt;&amp;nbsp; &amp;nbsp;CALCULATE(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [Sales],&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ALL('Date'[Date].[Year]),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 'Date'[Year]=YEAR(TODAY())&lt;BR /&gt;&amp;nbsp; &amp;nbsp;),&lt;BR /&gt;&amp;nbsp; &amp;nbsp;[Sales],&lt;BR /&gt;&amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;-1&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 10:30:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Profitbase-Income-Statement-Percentage/m-p/2622187#M76424</guid>
      <dc:creator>TimmK</dc:creator>
      <dc:date>2022-07-06T10:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Profitbase Income Statement Percentage</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Profitbase-Income-Statement-Percentage/m-p/2632693#M77060</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="255423" data-lia-user-login="TimmK" class="lia-mention lia-mention-user"&gt;TimmK&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;You can try to use the following measure formula if helps:&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;% =
VAR currDate =
    MAX ( 'Date'[Date] )
RETURN
    DIVIDE (
        CALCULATE (
            [Sales],
            FILTER ( ALLSELECTED ( Table ), 'Table'[Year] = YEAR ( currDate ) )
        ),
        [Sales],
        0
    ) - 1&lt;/LI-CODE&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;If that also doesn't help, can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 06:08:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Profitbase-Income-Statement-Percentage/m-p/2632693#M77060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-12T06:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Profitbase Income Statement Percentage</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Profitbase-Income-Statement-Percentage/m-p/2633722#M77149</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;The formula unfortunately did not help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a PBIX with sample data:&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1aCo7CueMm-9vUO2CYXnnNCnnV8FRdywX/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1aCo7CueMm-9vUO2CYXnnNCnnV8FRdywX/view?usp=sharing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 12:59:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Profitbase-Income-Statement-Percentage/m-p/2633722#M77149</guid>
      <dc:creator>TimmK</dc:creator>
      <dc:date>2022-07-12T12:59:05Z</dc:date>
    </item>
  </channel>
</rss>

