Forum Discussion
Yvalson
3 years agoFrequent Visitor
Countrows returns only totals over period.
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: Count claim categorie = CALCULATE(COUNTROWS('Claim re...
mussaenda
3 years agoCommunity Champion
Yvalson
3 years agoFrequent Visitor
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.