This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello!
I am working with data like this where I have a user and they are "rating" 5 items:
I would like to find the frequency of how many times each rating comes up under each item. Something that looks like this, where the blank cells would the the count or frequency how many times that rating comes up in the entire table:
Thanks so much in advance!
Solved! Go to Solution.
Hi @Anonymous ,
Firstly, we need to unpovit this table like below:
Then we can create a table like below, this table is used for displaying the column name, then we need to create relationship between the column 2 and Value of above unpovited table.
After that, we can drag the Column 1 as column name, Attribute as the row name and value as the value, we need to set the value as count:
Best Regards,
Teige
Hi @Anonymous ,
Firstly, we need to unpovit this table like below:
Then we can create a table like below, this table is used for displaying the column name, then we need to create relationship between the column 2 and Value of above unpovited table.
After that, we can drag the Column 1 as column name, Attribute as the row name and value as the value, we need to set the value as count:
Best Regards,
Teige
@TeigeGao THANK YOU SO MUCH. Your reply was so well thought out and informative. I tried it and it worked!
Thanks again. 🙂
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 39 | |
| 28 | |
| 28 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 37 | |
| 32 | |
| 27 | |
| 25 |