Forum Discussion
Akhil_1411
6 years agoHelper IV
Measure to Column Conversion
Hi All😊 I am trying this from one week but not getting appropriate results.😥 I wanted to convert measure to a column since end user wanted to use as a slicer. In my report i need to show four ...
amitchandak
6 years agoSuper User
Akhil_1411 , You can create a column like this
UCD % Measure = DIVIDE(rawdata[Unearned Disc],rawdata[Total_disc])
But use only for creation bucket. Because your calculation for UCD % is correct.