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! Request now
Hi,
I have created 3 measures for calculating percentage for 3 different sentiments as below.
This seems to be working fine and in matrix I can show them as below
However this appears as 3 different columns, however I want to show it in a single column like below:
In a single bar I want to show positive,negative,neutral
Any help or guidance would be really appreciated
Solved! Go to Solution.
@Anonymous just create this measure:
% of all selected =
DIVIDE(COUNT(Sentiment[overall sentiment]), CALCUALTE(COUNT(Sentiment[overall sentiment]), ALLSELECTED(Sentiment[overall sentiment]))
Put it in a stacked bar chart and the [overall sentiment] column in the lengend.
@Anonymous just create this measure:
% of all selected =
DIVIDE(COUNT(Sentiment[overall sentiment]), CALCUALTE(COUNT(Sentiment[overall sentiment]), ALLSELECTED(Sentiment[overall sentiment]))
Put it in a stacked bar chart and the [overall sentiment] column in the lengend.
Thank You, this works as a separate visual but do we have any trick to make it work in matrix visual like for each row I can show a single bar in matrix or if in table visual.
Right now it shows up in 3 different columns in matrix visual
@Anonymous the regular matrix / table can't do that. They have the sparkline feature but it's not that rich to be able to do a stacked bar chart with legend. Maybe there is a custom visual that does that, but not something I'm aware of.
That helps, Thank You very much. I would still accept the above stacked bar solution since it does our work though in separate visual
@Anonymous great :))
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 |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |