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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi All,
I have created a Stacked column chart with small multiples and I would like to have a column which is the total of multiples,
is it possible with PowerBI ?
Thanks for your support,
regards
Solved! Go to Solution.
Hi @Fantmas ,
According to your description, here is my solution.
Since you didn’t give the data sample, I built a sample. And I don’t know if it meets your needs.
You can try two ways.
Method 1: Delete “Categories” from Small multiples.
Final output:
Method 2: Create three measures.
Measure =
SUM ( Tabelle1[Rate1] )
Measure2 =
SUM ( Tabelle1[Rate2] )
Measure3 =
SUM ( Tabelle1[Rate3] )
Put them into visual. Final output:
I attach my sample below for your reference.
Best Regards,
Community Support Team _ xiaosun
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Fantmas ,
According to your description, here is my solution.
Since you didn’t give the data sample, I built a sample. And I don’t know if it meets your needs.
You can try two ways.
Method 1: Delete “Categories” from Small multiples.
Final output:
Method 2: Create three measures.
Measure =
SUM ( Tabelle1[Rate1] )
Measure2 =
SUM ( Tabelle1[Rate2] )
Measure3 =
SUM ( Tabelle1[Rate3] )
Put them into visual. Final output:
I attach my sample below for your reference.
Best Regards,
Community Support Team _ xiaosun
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Fantmas , refer if this approach can help, you need to do same for small mutiple column
https://amitchandak.medium.com/power-bi-add-grand-total-row-in-the-bar-visual-44c3d1d463be
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.