Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I wish to recreate this "bottle filling up" horizontal bar chart I use in Excel for Target vs Sales YTD. It acts like the bottle filling up as they head towards their target. The visual needs to be horizontal due to the sapce available. The excel version is made with a combo chart and set to horizontal and two axis as you can see. How do I replicate this in Power BI?
This is what I get in Power BI using a stacked horizontal chart, however on the first item on the X axis starts from zero, the other starts at the end of the first set of data. I want them both to start at zero. Esentially I want a clustered bar chart with the colums set on top of each other rather than side by side
Solved! Go to Solution.
Hi,
Create a regular "Crustered Bar Chart" Add both the target and YTD Invoiced.
Then go into your formating panel "Bars", Turn on Overlap = On, Space between series =100% and Sort by value = On
Output should look like this:
Hope this helps!!
Hi,
Create a regular "Crustered Bar Chart" Add both the target and YTD Invoiced.
Then go into your formating panel "Bars", Turn on Overlap = On, Space between series =100% and Sort by value = On
Output should look like this:
Hope this helps!!
That is most helpful. Thank you. I hadn't spotted that option. So many settings to find and learn in power BI!