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 agoDoes the following work?
DurationfrMeasureIndex = CALCULATE( [Durations(Measure)]*12 )
- ngadiez9 years ago
Helper II
No, it didn't work.
- LaurentCouartou9 years ago
Solution Supplier
My 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.