Forum Discussion
Akhil_1411
Helper IV
6 years agoMeasure 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
Super User
6 years agoAkhil_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.