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 everyone,
Thanks in advance for your time and help. 🙂
Here is a sample of my table :
I am trying to create a Matrix that counts the number of transaction per "Responsable of transaction" and "Status of transaction". However my issue is that I have two columns "Responsable of transaction" to be taken into account.
The Matrix should look like that :
The names in the Matrix above correspond to the list of responsables and is taken from another table : 'Responsable' [name].
I am looking for the "measure" that will be used as "value" in this Matrix to match my purpose. I have tried many things but cannot find the solution.
Thanks a lot for your help.
Any clue would be very appreciated.
Have a nice week-end
Gaspard
Solved! Go to Solution.
Hi @Anonymous ,
Try Unpivot column in query editor.
Count "transactin n" directly without creating measure
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Try Unpivot column in query editor.
Count "transactin n" directly without creating measure
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 | |
| 48 | |
| 38 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 79 | |
| 37 | |
| 27 | |
| 25 |