Forum Discussion

LS1700's avatar
LS1700
Icon for Resolver I rankResolver I
9 years ago
Solved

Reference 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",...
  • LS1700's avatar
    9 years ago

    Solution:

    SUMX()

     

    -> it allows to reference from a column to a measure.