Forum Discussion
MauriceMecowe
7 years agoResolver II
IF statement in measure
I’m trying to compare the Turnover per ID (OID) from 2 systems. If they don’t match the difference is calculated with a measure as in the picture below. I would like to add another measure that does ...
- 7 years ago
MatchFlag = IF( [Delta Turnover Detailed] = 0, "Match", "No Match")
Cmcmahan
7 years agoResident Rockstar
What's the circular dependency?
MauriceMecowe
7 years agoResolver II
I entered this formula
= IF( [Delta Turnover Detailed] = 0, "Match", "No Match")
Maybe because i'm referencing a measure which is also calculated on this table.