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

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
Gazsim44
Helper III
Helper III

IF & CONTAINS with Multiple Values

Hi All, 

 

I am trying to write a measure which is required to lookup text values in a column and then complete a simple division if the results are true. This proved easy enough when only one value was required but now I need two - the result basically being if either of the two applies then the division will be the result, if not then it should just be blank.

 

The measure I had for one was as follows;

Measure = IF(CONTAINS('Data','Data'[Category],"GP"),
    DIVIDE([Current Year Actual],[Current Year Budget]))

 

Many thanks, 

1 ACCEPTED SOLUTION
judspud
Solution Supplier
Solution Supplier

Hi @Gazsim44 

 

You could use the OR function.

 

Measure = IF(OR(CONTAINS('Data','Data'[Category],"GP"),CONTAINS('Data','Data'[Category],"Other Value")), DIVIDE([Current Year Actual],[Current Year Budget]))

 

Hope this helps

 

Thanks,

George 

View solution in original post

2 REPLIES 2
judspud
Solution Supplier
Solution Supplier

Hi @Gazsim44 

 

You could use the OR function.

 

Measure = IF(OR(CONTAINS('Data','Data'[Category],"GP"),CONTAINS('Data','Data'[Category],"Other Value")), DIVIDE([Current Year Actual],[Current Year Budget]))

 

Hope this helps

 

Thanks,

George 

Thanks George!

 

Sounds obvious now you mention it - just didnt think! 🙂

Helpful resources

Announcements
Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 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.