Power bi graph selection

What graph visualization can I select to have a similar appearance as my attach file

graph

1 Like

You can achieve this with the 100% stacked bar chart visual already in Power BI

image

David

2 Likes

Since you want the % involved, David is correct the 100% Stacked Bar Chart is the best visualization for the picture you have above.

1 Like

This what I got with the 100% stack Bar

But I’m trying to get it to look like this

1 Like

You will need to move the Assessment result from the Axis and into the Legend field.

DJ

Hello @mjmcs13 …
As suggested by @DavieJoe , you will need a 100% stacked bar chart to achieve the results indicated in your image.
I think you will need two dimensions (one on Axis and one on Legend) besides your Values (Assessments) to complete this.

If you put the dimension in the Axis and in the Legend he will get one row per dimension and 100% in each row as @mjmcs13 did in his post, see image below.

Just have the dimension, Assessment_Result_Desc in the Legend field and this will work

1 Like

Thank You. It works

2 Likes

No problem, happy to help.