Skip to main content
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

combining three measures into a single measure for matrix visual

Hi,

I have created 3 measures for calculating percentage for 3 different sentiments as below.

Saswa_D_0-1657449343400.png

This seems to be working fine and in matrix I can show them as below

Saswa_D_1-1657449402486.png

However this appears as 3 different columns, however I want to show it in a single column like below:

Saswa_D_2-1657449487554.png

In a single bar I want to show positive,negative,neutral
Any help or guidance would be really appreciated 

1 ACCEPTED SOLUTION
SpartaBI
Community Champion
Community Champion

@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.


2022-05-19 17_30_22-Re_ Need help on DAX function with measure vs colu... - Microsoft Power BI Commu.png


Full-Logo11.png

SpartaBI_3-1652115470761.png   SpartaBI_1-1652115142093.png   SpartaBI_2-1652115154505.png

Showcase Report โ€“ Contoso By SpartaBI

View solution in original post

5 REPLIES 5
SpartaBI
Community Champion
Community Champion

@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.


2022-05-19 17_30_22-Re_ Need help on DAX function with measure vs colu... - Microsoft Power BI Commu.png


Full-Logo11.png

SpartaBI_3-1652115470761.png   SpartaBI_1-1652115142093.png   SpartaBI_2-1652115154505.png

Showcase Report โ€“ Contoso By SpartaBI

Anonymous
Not applicable

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.

Saswa_D_0-1657452624022.png

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.

Anonymous
Not applicable

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 :))

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.