<?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: Dynamic Total Labels in Stacked Column Chart: Summing Percentages vs. Re-calculating YoY in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dynamic-Total-Labels-in-Stacked-Column-Chart-Summing-Percentages/m-p/5147216#M13129</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/843006"&gt;@Olufemi7&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1562079"&gt;@JID_KB&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/747248"&gt;@majid154a&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/915576"&gt;@Ben_jdc&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 12 Apr 2026 13:12:06 GMT</pubDate>
    <dc:creator>AlonCarmel</dc:creator>
    <dc:date>2026-04-12T13:12:06Z</dc:date>
    <item>
      <title>Dynamic Total Labels in Stacked Column Chart: Summing Percentages vs. Re-calculating YoY</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dynamic-Total-Labels-in-Stacked-Column-Chart-Summing-Percentages/m-p/5147212#M13128</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlonCarmel_0-1775993961096.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1333272i27C7AAD4EBD505C2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlonCarmel_0-1775993961096.png" alt="AlonCarmel_0-1775993961096.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlonCarmel_1-1775993973699.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1333273i059A326E7AD0CC4E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlonCarmel_1-1775993973699.png" alt="AlonCarmel_1-1775993973699.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm facing a challenge with the &lt;STRONG&gt;Total Labels&lt;/STRONG&gt; behavior in a &lt;STRONG&gt;Stacked Column Chart&lt;/STRONG&gt; when switching between absolute values and YoY (Year over year) percentages.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Setup:&lt;/STRONG&gt; I have a report where users can toggle between two views using a calculation group/slicer:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Value View:&lt;/STRONG&gt; Displays amounts in millions (e.g., CSM balance).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;YoY View:&lt;/STRONG&gt; Displays the year-over-year growth percentage.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The chart uses a &lt;STRONG&gt;Legend&lt;/STRONG&gt; (Sub_Segment: FVA, MRA, etc.) to show the breakdown of these figures.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Problem:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Value View (Satisfied):&lt;/STRONG&gt; When "Value" is selected, the chart works perfectly. The segments are stacked, and the &lt;STRONG&gt;Total Label&lt;/STRONG&gt; correctly shows the sum of the amounts (e.g., 100M + 30M = 130M). This is the expected behavior.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;YoY View (Unsatisfied):&lt;/STRONG&gt; When "YoY" is selected, the individual segments correctly show their respective YoY growth (e.g., 18%, -29%). However, the &lt;STRONG&gt;Total Label&lt;/STRONG&gt; simply sums these percentages (e.g., 18% + (-29%) = -11% or similar), which is mathematically incorrect for growth rates, i want it to present the YOY for the Company (X- AXIS).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;What I Need:&lt;/STRONG&gt; I understand that the Stacked Column Chart is designed to sum the values of the segments for the total label. However, for the YoY view, I need the Total Label to &lt;STRONG&gt;re-calculate&lt;/STRONG&gt; the YoY at the total level (Total Current Year / Total Previous Year - 1) instead of summing the individual segment percentages.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I've attached two screenshots:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Value View:&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;Showing the correct summation of amounts.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;YoY View:&lt;/STRONG&gt; Showing the incorrect summation of percentages in the Total Label.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;My Question:&lt;/STRONG&gt; Is there a known workaround to dynamically change the logic of the Total Label (perhaps via DAX or a specific visual setting) so it displays a re-calculated aggregate only when the YoY view is active?&lt;BR /&gt;&lt;BR /&gt;Any creative solutions would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2026 11:42:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dynamic-Total-Labels-in-Stacked-Column-Chart-Summing-Percentages/m-p/5147212#M13128</guid>
      <dc:creator>AlonCarmel</dc:creator>
      <dc:date>2026-04-12T11:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Total Labels in Stacked Column Chart: Summing Percentages vs. Re-calculating YoY</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dynamic-Total-Labels-in-Stacked-Column-Chart-Summing-Percentages/m-p/5147216#M13129</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/843006"&gt;@Olufemi7&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1562079"&gt;@JID_KB&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/747248"&gt;@majid154a&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/915576"&gt;@Ben_jdc&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2026 13:12:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dynamic-Total-Labels-in-Stacked-Column-Chart-Summing-Percentages/m-p/5147216#M13129</guid>
      <dc:creator>AlonCarmel</dc:creator>
      <dc:date>2026-04-12T13:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Total Labels in Stacked Column Chart: Summing Percentages vs. Re-calculating YoY</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dynamic-Total-Labels-in-Stacked-Column-Chart-Summing-Percentages/m-p/5147266#M13130</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1577882"&gt;@AlonCarmel&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;This is by design in Power BI.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Stacked column charts always aggregate the values in the visual. Total labels do not evaluate a separate measure; they simply display that aggregation.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;That’s why:&lt;BR /&gt;Value view works (values are additive)&lt;BR /&gt;YoY view does not (percentages are not additive)&lt;BR /&gt;So the total label is effectively summing the segment YoY values instead of recalculating YoY at the total level.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;There is no way to change this behavior using DAX or formatting.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Official reference:&lt;BR /&gt;&lt;A title="Visualizations overview in Power BI" href="https://learn.microsoft.com/en-us/power-bi/visuals/power-bi-visualizations-overview#stacked-column-chart" target="_self"&gt;Visualizations overview in Power BI&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Workarounds:&lt;BR /&gt;Use a line and stacked column chart (columns for segment YoY and a line for the correct total YoY)&lt;BR /&gt;Or turn off total labels and show the correct total separately (for example, with a card or tooltip)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2026 20:52:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Dynamic-Total-Labels-in-Stacked-Column-Chart-Summing-Percentages/m-p/5147266#M13130</guid>
      <dc:creator>Olufemi7</dc:creator>
      <dc:date>2026-04-12T20:52:58Z</dc:date>
    </item>
  </channel>
</rss>

