<?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: How to create a Clustered, Stacked Column Chart in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-create-a-Clustered-Stacked-Column-Chart/m-p/4806771#M12769</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/585150"&gt;@johnbasha33&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for providing different ways to solve the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have resolved this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Aug 2025 11:41:28 GMT</pubDate>
    <dc:creator>Ibrahim_shaik</dc:creator>
    <dc:date>2025-08-25T11:41:28Z</dc:date>
    <item>
      <title>How to create a Clustered, Stacked Column Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-create-a-Clustered-Stacked-Column-Chart/m-p/4797426#M12742</link>
      <description>&lt;P&gt;Hi Power Bi Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I Created a clustered and stacked column chart with a measure and a category table. but there is one issue with it I have to add a column in the X axis field and it shows in the visual vertically which i don't like. Is their any other alternative method to create a cluster and stacked column chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the clustered and stacked column chart that i created below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2025-08-14 164754.png" style="width: 738px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1291312i37C5DDB491C4AA7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-08-14 164754.png" alt="Screenshot 2025-08-14 164754.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I only want the Phase labels but because of the group column the Payable and Receivable label is also getting displayed in the visual for each phase, which i want to remove.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please provide a solution for this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ibrahim.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 18:29:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-create-a-Clustered-Stacked-Column-Chart/m-p/4797426#M12742</guid>
      <dc:creator>Ibrahim_shaik</dc:creator>
      <dc:date>2025-08-14T18:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Clustered, Stacked Column Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-create-a-Clustered-Stacked-Column-Chart/m-p/4805534#M12760</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/509602"&gt;@Ibrahim_shaik&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-start="0" data-end="47"&gt;You’ve got two different needs in one visual:&lt;/P&gt;
&lt;OL data-start="48" data-end="242"&gt;
&lt;LI data-start="48" data-end="102"&gt;
&lt;P data-start="51" data-end="102"&gt;&lt;STRONG data-start="51" data-end="71"&gt;Cluster by Group&lt;/STRONG&gt; (Payable vs Receivable), and&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="103" data-end="242"&gt;
&lt;P data-start="106" data-end="242"&gt;&lt;STRONG data-start="106" data-end="127"&gt;Stack by Category&lt;/STRONG&gt; within each Group,&lt;BR data-start="146" data-end="149" /&gt;but you only want &lt;STRONG data-start="167" data-end="176"&gt;Phase&lt;/STRONG&gt; shown on the X-axis (no Group labels repeated under every Phase).&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P data-start="244" data-end="506"&gt;Power BI’s built-in visuals can’t do “clustered + stacked” together, and most marketplace “clustered &amp;amp; stacked” visuals force a hierarchical X-axis (so you see both Phase and Group). Here are three workable solutions—pick the one that best fits your constraints:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H2 data-start="513" data-end="583"&gt;Option A — Deneb (Vega-Lite) custom visual (cleanest, full control)&lt;/H2&gt;
&lt;P data-start="584" data-end="668"&gt;Deneb lets you build a true clustered-stacked chart and only show Phase on the axis.&lt;/P&gt;
&lt;P data-start="670" data-end="803"&gt;&lt;STRONG data-start="670" data-end="694"&gt;Data model expected:&lt;/STRONG&gt;&lt;BR data-start="694" data-end="697" /&gt;Fields: &lt;CODE data-start="705" data-end="712"&gt;Phase&lt;/CODE&gt; (text), &lt;CODE data-start="721" data-end="728"&gt;Group&lt;/CODE&gt; (Payable/Receivable), &lt;CODE data-start="751" data-end="761"&gt;Category&lt;/CODE&gt; (your stack segments), &lt;CODE data-start="785" data-end="792"&gt;Value&lt;/CODE&gt; (measure).&lt;/P&gt;
&lt;P data-start="805" data-end="817"&gt;&lt;STRONG data-start="805" data-end="815"&gt;Steps:&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL data-start="818" data-end="1041"&gt;
&lt;LI data-start="818" data-end="863"&gt;
&lt;P data-start="821" data-end="863"&gt;Add the &lt;STRONG data-start="829" data-end="838"&gt;Deneb&lt;/STRONG&gt; visual from AppSource.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="864" data-end="919"&gt;
&lt;P data-start="867" data-end="919"&gt;Bind your dataset (Phase, Group, Category, Value).&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P data-start="923" data-end="1041"&gt;Paste this Vega-Lite spec (it clusters by &lt;CODE data-start="965" data-end="972"&gt;Group&lt;/CODE&gt; and stacks by &lt;CODE data-start="987" data-end="997"&gt;Category&lt;/CODE&gt;, hides group labels, and shows only Phase):&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;"$schema": "&lt;A href="https://vega.github.io/schema/vega-lite/v5.json" target="_blank"&gt;https://vega.github.io/schema/vega-lite/v5.json&lt;/A&gt;",&lt;BR /&gt;"data": {"name": "dataset"},&lt;BR /&gt;"encoding": {&lt;BR /&gt;"x": {"field": "Phase", "type": "nominal", "axis": {"labelAngle": 0, "title": null}},&lt;BR /&gt;"xOffset": {"field": "Group"}, &lt;BR /&gt;"y": {"field": "Value", "type": "quantitative", "stack": "zero", "axis": {"title": null}},&lt;BR /&gt;"color": {"field": "Category", "type": "nominal"},&lt;BR /&gt;"order": {"field": "Category"}&lt;BR /&gt;},&lt;BR /&gt;"mark": {"type": "bar"},&lt;BR /&gt;"config": {&lt;BR /&gt;"bar": {"size": 14},&lt;BR /&gt;"axis": {"grid": false}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;UL data-start="1585" data-end="1767"&gt;
&lt;LI data-start="1585" data-end="1627"&gt;
&lt;P data-start="1587" data-end="1627"&gt;&lt;CODE data-start="1587" data-end="1590"&gt;x&lt;/CODE&gt; = &lt;STRONG data-start="1593" data-end="1602"&gt;Phase&lt;/STRONG&gt; (only Phase labels show)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="1628" data-end="1691"&gt;
&lt;P data-start="1630" data-end="1691"&gt;&lt;CODE data-start="1630" data-end="1639"&gt;xOffset&lt;/CODE&gt; = &lt;STRONG data-start="1642" data-end="1651"&gt;Group&lt;/STRONG&gt; (creates the cluster within each Phase)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="1692" data-end="1736"&gt;
&lt;P data-start="1694" data-end="1736"&gt;&lt;CODE data-start="1694" data-end="1701"&gt;color&lt;/CODE&gt; = &lt;STRONG data-start="1704" data-end="1716"&gt;Category&lt;/STRONG&gt; (creates the stack)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="1737" data-end="1767"&gt;
&lt;P data-start="1739" data-end="1767"&gt;Adjust &lt;CODE data-start="1746" data-end="1756"&gt;bar.size&lt;/CODE&gt; as needed.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-start="1769" data-end="1875"&gt;This gives you exactly what you described, without the duplicated “Payable/Receivable” labels on the axis.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H2 data-start="1882" data-end="1946"&gt;Option B — Two synced stacked column charts (no code, native)&lt;/H2&gt;
&lt;P data-start="1947" data-end="1970"&gt;If you can’t use Deneb:&lt;/P&gt;
&lt;OL data-start="1972" data-end="2441"&gt;
&lt;LI data-start="1972" data-end="2084"&gt;
&lt;P data-start="1975" data-end="2084"&gt;Create &lt;STRONG data-start="1982" data-end="1989"&gt;two&lt;/STRONG&gt; standard &lt;STRONG data-start="1999" data-end="2024"&gt;Stacked column charts&lt;/STRONG&gt; with &lt;CODE data-start="2030" data-end="2044"&gt;Axis = Phase&lt;/CODE&gt;, &lt;CODE data-start="2046" data-end="2065"&gt;Legend = Category&lt;/CODE&gt;, &lt;CODE data-start="2067" data-end="2083"&gt;Values = Value&lt;/CODE&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="2085" data-end="2200"&gt;
&lt;P data-start="2088" data-end="2200"&gt;Filter one visual to &lt;STRONG data-start="2109" data-end="2128"&gt;Group = Payable&lt;/STRONG&gt;; filter the other to &lt;STRONG data-start="2150" data-end="2172"&gt;Group = Receivable&lt;/STRONG&gt; (via visual-level filters).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="2201" data-end="2441"&gt;
&lt;P data-start="2204" data-end="2256"&gt;Place them side-by-side tightly to mimic clustering:&lt;/P&gt;
&lt;UL data-start="2260" data-end="2441"&gt;
&lt;LI data-start="2260" data-end="2336"&gt;
&lt;P data-start="2262" data-end="2336"&gt;Turn off X-axis labels on the &lt;STRONG data-start="2292" data-end="2301"&gt;right&lt;/STRONG&gt; visual, keep them on the &lt;STRONG data-start="2327" data-end="2335"&gt;left&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="2340" data-end="2382"&gt;
&lt;P data-start="2342" data-end="2382"&gt;Turn off Y-axis on the &lt;STRONG data-start="2365" data-end="2374"&gt;right&lt;/STRONG&gt; visual.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="2386" data-end="2441"&gt;
&lt;P data-start="2388" data-end="2441"&gt;Match data colors and inner padding so columns align.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P data-start="2443" data-end="2517"&gt;You’ll see only &lt;STRONG data-start="2459" data-end="2468"&gt;Phase&lt;/STRONG&gt; under the (left) axis; no repeated Group labels.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H2 data-start="2524" data-end="2588"&gt;Option C — “Positive/Negative” split (fastest, if acceptable)&lt;/H2&gt;
&lt;P data-start="2589" data-end="2657"&gt;If your audience can read Payable vs Receivable as below/above zero:&lt;/P&gt;
&lt;UL data-start="2659" data-end="2935"&gt;
&lt;LI data-start="2659" data-end="2762"&gt;
&lt;P data-start="2661" data-end="2762"&gt;Make &lt;STRONG data-start="2666" data-end="2680"&gt;Receivable&lt;/STRONG&gt; values positive and &lt;STRONG data-start="2701" data-end="2712"&gt;Payable&lt;/STRONG&gt; values negative (two measures or in Power Query).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="2763" data-end="2855"&gt;
&lt;P data-start="2765" data-end="2855"&gt;Use a &lt;STRONG data-start="2771" data-end="2795"&gt;Stacked column chart&lt;/STRONG&gt; with &lt;CODE data-start="2801" data-end="2815"&gt;Axis = Phase&lt;/CODE&gt;, &lt;CODE data-start="2817" data-end="2836"&gt;Legend = Category&lt;/CODE&gt;, &lt;CODE data-start="2838" data-end="2854"&gt;Values = Value&lt;/CODE&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="2856" data-end="2935"&gt;
&lt;P data-start="2858" data-end="2935"&gt;Color rules: positives (Receivable) one palette, negatives (Payable) another.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-start="2937" data-end="3043"&gt;This keeps only &lt;STRONG data-start="2953" data-end="2962"&gt;Phase&lt;/STRONG&gt; on the axis; you lose side-by-side clustering but gain a clean single-axis view.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;Did I answer your question? Mark my post as a solution! Appreciate your Kudos !!&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P data-start="923" data-end="1041"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Aug 2025 07:24:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-create-a-Clustered-Stacked-Column-Chart/m-p/4805534#M12760</guid>
      <dc:creator>johnbasha33</dc:creator>
      <dc:date>2025-08-23T07:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Clustered, Stacked Column Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-create-a-Clustered-Stacked-Column-Chart/m-p/4806771#M12769</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/585150"&gt;@johnbasha33&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for providing different ways to solve the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have resolved this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 11:41:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-create-a-Clustered-Stacked-Column-Chart/m-p/4806771#M12769</guid>
      <dc:creator>Ibrahim_shaik</dc:creator>
      <dc:date>2025-08-25T11:41:28Z</dc:date>
    </item>
  </channel>
</rss>

