Hi,
This is my first post, so I apologize for any mistakes I make.
I am using the following LOOKUPVALUE() function is in a measure:
= LOOKUPVALUE( tblExposures[EE], tblExposures[CY], tblClaims[AY] )
This function returns the correct value as long as there are no tblExposures[CY] repeats.
If there are tblExposures[CY] repeats, I get the following error:
ERROR - CALCULATION ABORTED: Calculation error in measure 'tblClaims'[Adjusted Paid Frequency]: A table of multiple values was supplied where a single value was expected.
I want to sum these multiple values. I feel like this is an easy problem to fix and I think I can do this using CALCULATE() and SUM(), but I can't figure it out.
Any help would be greatly appreciated.
This is my first post, so I apologize for any mistakes I make.
I am using the following LOOKUPVALUE() function is in a measure:
= LOOKUPVALUE( tblExposures[EE], tblExposures[CY], tblClaims[AY] )
This function returns the correct value as long as there are no tblExposures[CY] repeats.
If there are tblExposures[CY] repeats, I get the following error:
ERROR - CALCULATION ABORTED: Calculation error in measure 'tblClaims'[Adjusted Paid Frequency]: A table of multiple values was supplied where a single value was expected.
I want to sum these multiple values. I feel like this is an easy problem to fix and I think I can do this using CALCULATE() and SUM(), but I can't figure it out.
Any help would be greatly appreciated.