Forum Discussion
Anonymous
3 years agoNot applicable
Switch statement not working
Perc_display = SWITCH ( TRUE (), '_1'[Value]= 0.0 , "0%", '_1'[Value]= 0.05, "5%", '_1'[Value]= 0.10, "10%", '_1'[Value]= 0.15, "15%", '_1'[Value]= 0.2...
Anonymous
3 years agoNot applicable
bharath_v thank you for your response. I am generating values like below in the dax,
_1 = GENERATESERIES(0.05, 1.05, 0.05)