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.
Hi,
I'm struggling to display the percentage of the total column on each bar in a grouped bar chart, but I can't find the DAX formula. But in a matrix view, it's simpler by taking the percentage of the column total.
Assuming {A, B and C} represents the COUNTRY column and {Segment 1, Segment 2 and Segment 3} = SEGMENT column.
Thank you in advance.
Solved! Go to Solution.
If you use 100% stacked bar charts you don't need any DAX.
If you use 100% stacked bar charts you don't need any DAX.
Yes, it works with this visual 👌
Thank you for your reply.