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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Grant total for Ratio column in matrix

Hi,

I have below 3 measures in my matrix view. The loss ratio column is nothing but Incurred losses over earned premium.

The % value is correct for the rows but the grant total(highlighted) is incorrect. In grand total, it just add all the values.

Capture.JPG

 

Please let me know if im missing something.

1 REPLY 1
dax
Community Support
Community Support

Hi kthavamani, 

It seems to be a wrong total problem, in  your image your Earned Premium measure don't have grant total,  I think you need to calculate this total , then use measure like below

measure=IF (
    HASONEVALUE ( table[column]),
    [sum of loss ratio],
   [incurred losses]/[measure which have grand total]
)

If possible, you could upload your file or sample, then I will test this in my environment

Please do mask sensitive data before uploading.

Thanks for your understanding and support.
Best Regards,
Zoe Zhi

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.