This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi Team,
I have Tables Claims with Column (Created Date, Status), Calendar Table for Date Measures.
Im trying to Calculate Claim Frequency for Particular Year = "2019",
Claims Frequency = Divide[Total Claims],[Total Sales] in Format %.
Now i need to calculate Claim Frequency of only "2019", which i need to use it as base and forecast for it for 2020.
Help me on this one to calculate Claim Frequency for Particular Year "2019" only.
Solved! Go to Solution.
Tought without sample source data. 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
Perhaps:
Claims Frequency =
Divide(
MAXX(FILTER('Table',[Year]=2019),[Total Claims],
MAXX(FILTER('Table',[Year]=2019),[Total Sales]
)
Tought without sample source data. 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
Perhaps:
Claims Frequency =
Divide(
MAXX(FILTER('Table',[Year]=2019),[Total Claims],
MAXX(FILTER('Table',[Year]=2019),[Total Sales]
)
Check out the April 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 |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 8 | |
| 6 | |
| 6 |