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
| Model Name | Qty | Value | OD1 Yes/No | OD2 Yes/No | OD3 Yes/No | OD 4Yes/No |
| A | 2 | 100 | Yes | No | Yes | |
| B | 3 | 200 | Yes | Yes | ||
| C | 1 | 300 | No | No | No | No |
I would like to create 3 pie chart showing total pertange of all together OD1~ OD4 is yes/ no/blank in value, quantity, and number of model name.
I would like to know is it poosible to do with 4 ODs in one pie char? if yes how to do it? thanks
Solved! Go to Solution.
Hi @SelflearningBi,
Here's my solution.
1.Create a new table for a slicer.
2.Create a measure to return different restuls.
Measure = SWITCH(SELECTEDVALUE('Table (2)'[Type]),"number of model name",COUNT('Table'[Model Name]),"quantity",SUM('Table'[Qty]),"value",SUM('Table'[Value]))
3.Create the pie chart and the slicer. The results are as follows.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @SelflearningBi,
Here's my solution.
1.Create a new table for a slicer.
2.Create a measure to return different restuls.
Measure = SWITCH(SELECTEDVALUE('Table (2)'[Type]),"number of model name",COUNT('Table'[Model Name]),"quantity",SUM('Table'[Qty]),"value",SUM('Table'[Value]))
3.Create the pie chart and the slicer. The results are as follows.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
|---|---|
| 54 | |
| 51 | |
| 39 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 79 | |
| 37 | |
| 27 | |
| 25 |