assign measure value to calculated column
I have created two tables:
User can see green field as slicer in sheet and on select, i have created measure in id_indicator table,
Measure will take one value, that user selects from slicer
Measure 5 = if(COUNTROWS('Input_Threshold') = 1, sum('Input_Threshold'[Green]), BLANK())
I want to assign ([measure 5] * [by_hour]) to field calculated but it is not working, giving black (I tried calculated = [measure 5] but still not working) Is it possibe to assign measure value to calculated column?
Below it says measure5 has value 60
But while at assigning column values it takes blank value as 'else' part says.