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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
A Power BI novice needs an advice. I hope the screenshot gives a good idea what I want to achieve.
The questions are:
1. How to calculate the loss ratio using DAX
2. How to show the ratio in % while the rest is in $
The raw data looks like below
Thank you in advance!
Lin
Solved! Go to Solution.
I am sure there are way smarter ways to do it than this, but this is the way I would go. 🙂
Because I am having issues haven some lines that are calculated, and some lines that are not, i find it easier to calculate each line. This helps make it look more like the result you want.
I would make 4 meassures like this.
I am sure there are way smarter ways to do it than this, but this is the way I would go. 🙂
Because I am having issues haven some lines that are calculated, and some lines that are not, i find it easier to calculate each line. This helps make it look more like the result you want.
I would make 4 meassures like this.
Thanks, Thim. Appreciate it!
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490.
Is the image a image of your underlying data or is it summarized data?
Edit my message with raw data added.