Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hey
So I have a matrix and I'm trying add a row for each individual item in a certain column counting how many times that value appears for that month. I'm trying to make my matrix look like this.
| Jan 2022 | Feb 2022 | |
| Individual column value1 | 4 | 5 |
| Individual column value2 | 3 | 7 |
So I know I could manually make a bunch of measures counting but there's 20+ values and I wanna see if theres a way to do this without creating an individual measure manually for each of these.
Solved! Go to Solution.
Hi @Nudo
Like this?
Please supply some sample data if this isn't what you want and my PBIX file doesn't explain how to achieve what you want.
Regards
Phil
Proud to be a Super User!
Hi @Nudo
Like this?
Please supply some sample data if this isn't what you want and my PBIX file doesn't explain how to achieve what you want.
Regards
Phil
Proud to be a Super User!
To get around my issue I stated, I've just created a second matrix that sits underneath the other one. Still a better solution than creating 20+ different measures. Thank you.
That's exactly what I'm trying to do
Problem is I have other values that aren't rows, cause If I put them in rows they show all their individual values which I don't want I just need the count.
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 |
|---|---|
| 49 | |
| 40 | |
| 37 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 37 | |
| 28 | |
| 27 |