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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
BobPierre
Frequent Visitor

Displaying Percentage Bar Chart

Dear All,

I am new to Power BI.

I have a sample data like the one on the left hand side but I want the graph to be like the one on the right.

Untitled.jpg

I only made use of the YES in my chart. For example,

India: January there are two Yeses and a No =(2/3)*100= 66.67% and February, there are one Yes and a No =(1/2)*100= 50%

 

Thank you all in advance........

1 ACCEPTED SOLUTION
v-yulgu-msft
Employee
Employee

Hi @BobPierre,

 

You should new a measure.

"Yes" percentage = CALCULATE(COUNT(table8[Status]),FILTER(table8,table8[Status]="Yes"))/COUNT(table8[Status])

1.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yulgu-msft
Employee
Employee

Hi @BobPierre,

 

You should new a measure.

"Yes" percentage = CALCULATE(COUNT(table8[Status]),FILTER(table8,table8[Status]="Yes"))/COUNT(table8[Status])

1.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Wow!!!! Thank you for saving my day. I appreciate you.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.