Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |