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 there,
I'm trying to show the amount of claims in a given year based on the category of the claim.
I have the following DAX formula:
Can anyone help me out here?
Thanks in advance!
Kind regards.
Solved! Go to Solution.
Thank you I was referencing the wrong table. 'Claims redenen' only has a relation with the Claims table.
The claims table has a relation with the calender table.
Bij counting the rows in Claims it works as intended. I now just need to make sure that the amount is correct.