Forum Discussion
mtdimaria
2 years agoNew Member
Trouble Comparing Columns in Different Tables
Hello, I'm having trouble comparing columns that are in two different tables. In the image below, I want to compare Expected Base Loss and Base Loss. If the two numbers match, then I want Base Lo...
vicky_
2 years agoSuper User
Please check that your numbers aren't being summarised (e.g. SUM, AVERGE, etc).
I suspect that your SELECTEDVALUE() is returning blanks because there might be more than 1 value for 'Service'[Base Loss] and 'Valu-Rite'[Expected Base Loss] per row.