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.
@Saswa_D 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.
@Saswa_D 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
@Saswa_D 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
User | Count |
---|---|
98 | |
32 | |
29 | |
18 | |
15 |
User | Count |
---|---|
103 | |
27 | |
21 | |
20 | |
17 |