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
Hello dear Power BI-Community
Following problem to solve:
Let's assume this table
| Person | Rating given |
| A | good |
| A | bad |
| A | bad |
| B | good |
| B | bad |
| C | bad |
| C | bad |
| D | bad |
| E | good |
I would love to crate this table
| person_num | ratings_given_bad | |
| 2 | 1 | |
| 2 | 2 |
The table shows:
2 Persons gave 1 bad rating (Person B & D)
2 Persons gave 2 bad rating (Person A & C)
Is there any way to generate a Table like this?
Thank you very much for your contribution.
Cheers
qwertzuiop
Solved! Go to Solution.
@qwertzuiop , It seems like a case of dynamic Segmentation
Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ
@qwertzuiop , It seems like a case of dynamic Segmentation
Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ
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 |
|---|---|
| 52 | |
| 51 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |