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 nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
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
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 30 | |
| 28 | |
| 23 | |
| 21 | |
| 19 |
| User | Count |
|---|---|
| 44 | |
| 32 | |
| 18 | |
| 17 | |
| 17 |