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
I have a table A
| office id | user id | activation status |
| 1 | a | completed |
| 1 | c | completed |
| 2 | a | in progress |
| 2 | b | completed |
| 2 | d | new |
| 2 | c | completed |
i want to create a chart like the below
For the above data,
result should be like
| Completed | 4 |
| inprogress | 1 |
| new | 1 |
Solved! Go to Solution.
Hi @Anonymous ,
Has your problem been solved? If yes, please consider accept it as the solution to help the other members find it more quickly.
Best Regards,
Community Support Team _ kalyj
Hi @Anonymous ,
Has your problem been solved? If yes, please consider accept it as the solution to help the other members find it more quickly.
Best Regards,
Community Support Team _ kalyj
No, it hasn't been resolved
@Anonymous
Create a Measure = COUNTROWS('Table').
In the pie visual: Put the measure in the values and the 'id activation status' column in the legend
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 |
|---|---|
| 53 | |
| 51 | |
| 36 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 77 | |
| 41 | |
| 26 | |
| 26 |