Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago

DAX formula help for multiple IF statements

Hi i am trying to create banding for with the following statement;   if [NumberOfUsers] <250 then "SME" else if [NumberOfUsers] >=250 <=1000 then "Corporate" else if ([NumberOfUsers] >=1000 <=5000 ...