Forum Discussion
LS1700
Resolver I
9 years agoReference to calculated table in measure.
Hello, I have a column with the days of the month. I want to create a measure that evaluates the value in the other column. for instance: if in the day column the value is 1, then put "OK",...
- 9 years ago
Solution:
SUMX()
-> it allows to reference from a column to a measure.
LS1700
Resolver I
9 years agoSolution:
SUMX()
-> it allows to reference from a column to a measure.