Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
wsuess
Frequent Visitor

Selekt a range between 10 to 20

Hello to everybody,

I use a custome Rank  1 to x values.

Now i create a meassure for  

StatusTop = IF([CustomerRank]<11 ,"Top" ,"")
that's works fine.
Next step
StatusMedium= IF([CustomerRank]>10 ? <21 "Medium" ,"")
How can I define this range?
Many thanks for your helb
Wolfgang
1 ACCEPTED SOLUTION
AllisonKennedy
Super User
Super User

You can do this in one formula: 

 

Status = IF([CustomerRank]<11 ,"Top" ,IF( [CustomerRank< 21, "Medium" , "Low")


Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

View solution in original post

2 REPLIES 2
AllisonKennedy
Super User
Super User

You can do this in one formula: 

 

Status = IF([CustomerRank]<11 ,"Top" ,IF( [CustomerRank< 21, "Medium" , "Low")


Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

Thanks a lot, It worked well

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.