This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I have a data table in PowerBi and full of fines.
All the records have a category, # of individuals involved, and fine amount field.
I want to plot every category on a risk matrix (frequency vs severity) where the x-axis is frequency (sum of individuals involved of each category) and where the y-axis is severity (sum of fine amount of each category). And then the plots are labeled by category.
What would be the best way to accomplish this? I'm new to PowerBi so apologies if this is a silly question. Thanks
Solved! Go to Solution.
Hi @gojets1721 ,
I created some data:
You can choose "Get more visuals" - Risk Matrix by Profitbase
Create calculated column:
frequency =
COUNTX(
FILTER(ALL('Table'),
'Table'[category]=EARLIER('Table'[category])),[ of individuals involved])severity =
SUMX(
FILTER(ALL('Table'),
'Table'[category]=EARLIER('Table'[category])),[ of individuals involved])
This is the related document, you can view this content:
Risk Matrix by Profitbase (microsoft.com)
Solved: Creating risk matrix on PowerBI - Microsoft Fabric Community
2022 Week 10 | Power BI: Risk Matrix - Microsoft Fabric Community
Power Bi Risk Matrix with one visual - Microsoft Community Hub
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @gojets1721 ,
I created some data:
You can choose "Get more visuals" - Risk Matrix by Profitbase
Create calculated column:
frequency =
COUNTX(
FILTER(ALL('Table'),
'Table'[category]=EARLIER('Table'[category])),[ of individuals involved])severity =
SUMX(
FILTER(ALL('Table'),
'Table'[category]=EARLIER('Table'[category])),[ of individuals involved])
This is the related document, you can view this content:
Risk Matrix by Profitbase (microsoft.com)
Solved: Creating risk matrix on PowerBI - Microsoft Fabric Community
2022 Week 10 | Power BI: Risk Matrix - Microsoft Fabric Community
Power Bi Risk Matrix with one visual - Microsoft Community Hub
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Here's a visuals reference that should help you choose the optimal visual. Check out the Correlation visuals.
https://www.sqlbi.com/ref/power-bi-visuals-reference/
Proud to be a Super User!
Check out the May 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 |
|---|---|
| 27 | |
| 26 | |
| 25 | |
| 21 | |
| 14 |
| User | Count |
|---|---|
| 52 | |
| 46 | |
| 23 | |
| 18 | |
| 18 |