Forum Discussion
RAHEEL
8 years agoHelper I
Formula for Number to Text
Dear All, I have a bin column and i want to change the lable of one bin and rest defaults. I am currently using below formula but giving me error mentioned below. Kindly assist. I am unable to find...
- 8 years ago
Ok I have used below and it worked for me ....
NewBinName = IF('datasheet'[Total Expereince (bins)]=0,"< 3",FORMAT('datasheet'[Total Expereince (bins)],"General Number"))
RAHEEL
8 years agoHelper I
Ok I have used below and it worked for me ....
NewBinName = IF('datasheet'[Total Expereince (bins)]=0,"< 3",FORMAT('datasheet'[Total Expereince (bins)],"General Number"))
RAHEEL
8 years agoHelper I
BUT the problem now is sorting...after applying new lables it has disturbed the sorting order...
I want sorting to remain with the base variable ?