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...
LaurentCouartou
Solution Supplier
9 years agoMy guess is, your measure returns 1 because HASONEVALUE('Duration'[Duration]) returns false in your settings.
To help you further, we will need more details about your model.
Edit: Removed some misleading parts in my post.
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.
- ngadiez9 years ago
Helper II
Is 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.