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.
ngadiez
Helper II
9 years ago
What I want to achieve is to compare the measure with the other column.