Forum Discussion
ngadiez
Helper II
9 years agoMeasure value is not right
I have a table with 2 columns [Duration] and [Duration within] both have value 1,2,3,4. I also have a measure [Durations(Measure)] which get the selection from user. Durations(Measure) = IF(HASO...
Vvelarde
Community Champion
9 years ago
A measure couldn't be use as part of a creation of a Column.
The columns not dinamically change of value. the measure working in the context when was called.
ngadiez
Helper II
9 years agoIs there any other way to do this?
One thing is to use the parameter and filter the data from queries.
However, I don't want this because it takes too long to load all the data when I change the parameters.