Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi
I have a column graph which is currently split into 4 columns by hierarchy. What I would like to have is each of these columns to show the proportion of yes or no within that. Example of data typed below:
Hierarchy | Yes/No |
Admin | Yes |
Engineering | No |
Elimination | Yes |
Admin | Yes |
Engineering | No |
Elimination | No |
Admin | Yes |
Admin | No |
Any help appreciated.
Thank you,
Solved! Go to Solution.
Hi,
I think you may look for something like this:
Proposed result.
If you need it in a table visual, use Quick Measures - Filtered value. Example (to count the number of Yes):
Quick Measure.
If your goal is just to visualize the ratio, use 100% Stacked bar chart as I did in the first screenshot above.
Hope that helps.
Cheers,
Pawel
You can find more on Quick Measures in Power BI documentation: https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-quick-measures/.
Thanks for your help @Anonymous 🙂
Hi,
I think you may look for something like this:
Proposed result.
If you need it in a table visual, use Quick Measures - Filtered value. Example (to count the number of Yes):
Quick Measure.
If your goal is just to visualize the ratio, use 100% Stacked bar chart as I did in the first screenshot above.
Hope that helps.
Cheers,
Pawel
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 51 | |
| 40 | |
| 30 | |
| 24 |