Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
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........
Solved! Go to Solution.
Hi @BobPierre,
You should new a measure.
"Yes" percentage = CALCULATE(COUNT(table8[Status]),FILTER(table8,table8[Status]="Yes"))/COUNT(table8[Status])
Best regards,
Yuliana Gu
Hi @BobPierre,
You should new a measure.
"Yes" percentage = CALCULATE(COUNT(table8[Status]),FILTER(table8,table8[Status]="Yes"))/COUNT(table8[Status])
Best regards,
Yuliana Gu
Wow!!!! Thank you for saving my day. I appreciate you.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 49 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 91 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |