Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
PowerPaddy
Frequent Visitor

Insurance - Loss Triangles

Hi,
I was wondering if anyone has had any success in creating insurance Loss triangles in PowerBi? A typical claims loss triangle would show how losses develop over time for each period they were written in. eg...

 

 

Triangle.png

Easy enough to create in Excel but I'm struggling in PowerBI and I can't find any custom visualisations.

Any advice greatly appreaciated, thanks

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @PowerPaddy,

 

It is possible to create triangular matrix visual in power, you can refer to below sample to achieve your requirement.

 

Prerequisite: matrix preview visual, two table without relationship.

 

Measure:

Measure = 
var current_Row=MAX('Row'[Row])
var current_Column=MAX('Column'[Column])
return
if(current_Row+current_Column<=13,current_Row*current_Column) 

1.PNG

 

 

 

Regards,

Xiaoxin Sheng

View solution in original post

3 REPLIES 3
vm_pbi
New Member

Anonymous
Not applicable

Hi @PowerPaddy,

 

It is possible to create triangular matrix visual in power, you can refer to below sample to achieve your requirement.

 

Prerequisite: matrix preview visual, two table without relationship.

 

Measure:

Measure = 
var current_Row=MAX('Row'[Row])
var current_Column=MAX('Column'[Column])
return
if(current_Row+current_Column<=13,current_Row*current_Column) 

1.PNG

 

 

 

Regards,

Xiaoxin Sheng

anupampandey
Helper III
Helper III

Hi @PowerPaddy,

 

Could you share some sample data please?

 

Thanks

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.