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", else put "NO".

 

it might sound stupid, but I cannot find a formula to the first part.

 

thanks

LS

  • Solution:

    SUMX()

     

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

1 Reply

  • Solution:

    SUMX()

     

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