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 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I am looking to create a Matrix table that has the following structure, but am unsure as to the easiest path to transform my data to support the structure. The data structure I have is below along with the matrix structure I would like. I could have a job run that summarizes the data like the matrix I want, but was wondering if I can do it directly in Power BI.
DATA STRUCTURE
MATRIX I WOULD LIKE
Any high level guidance would be appreciated.
Solved! Go to Solution.
Hi @justinharter,
Create the following measures:
Total Incidentes = CALCULATE(COUNT(Incident[Incident])) Total Incidentes (Minus Event Category) = CALCULATE(COUNT(Incident[Incident]),Incident[Category] = "Incident") % Incidents = DIVIDE([Total Incidentes (Minus Event Category)],[Total Incidentes])
Then add it to the matrix visual and should get what you need:
regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @justinharter,
Create the following measures:
Total Incidentes = CALCULATE(COUNT(Incident[Incident])) Total Incidentes (Minus Event Category) = CALCULATE(COUNT(Incident[Incident]),Incident[Category] = "Incident") % Incidents = DIVIDE([Total Incidentes (Minus Event Category)],[Total Incidentes])
Then add it to the matrix visual and should get what you need:
regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThanks for the reply @MFelix. When creating the measures and putting them in the matrix as you have them, I do not get the same result for the Matrix. Is there something else I need to change?
I've figured it out @MFelix. I see you simply need to turn on row groups in the properties of the matrix.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 29 | |
| 27 | |
| 26 | |
| 23 | |
| 16 |
| User | Count |
|---|---|
| 53 | |
| 46 | |
| 38 | |
| 30 | |
| 21 |