Forum Discussion

RAHEEL's avatar
RAHEEL
Helper I
8 years ago
Solved

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...
  • RAHEEL's avatar
    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"))