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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
mahnoor1279
Frequent Visitor

If with multiple conditions

Hey everyone i want to make a bucket for entries 

testing = if('data'[hours] = blank() && 'data'[hour] = 7.25 ,"partially",

if('data'[hours] >=7.25 "over booked","fully booked")))

 

Capture.PNG

1 ACCEPTED SOLUTION
Vijay_A_Verma
Super User
Super User

Use this

= SWITCH(TRUE(),'data'[hours]<7.25,"Partially",'data'[hours]>7.25,"Overbooked","Fully booked")

View solution in original post

1 REPLY 1
Vijay_A_Verma
Super User
Super User

Use this

= SWITCH(TRUE(),'data'[hours]<7.25,"Partially",'data'[hours]>7.25,"Overbooked","Fully booked")

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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