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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

How do I write a filter like this (Filter A = "b" or Filter B = "b") and Filter C = "x"

Trying to figure out in DAX how I can write this filter.

 

THANK YOU!

 

(Filter A = "b" or Filter B = "b") and Filter C = "x"

1 ACCEPTED SOLUTION
Icey
Community Support
Community Support

Hi @Anonymous ,

 

If you want to calculate something like total sales, try this:

Measure =
CALCULATE ( SUM ( 'YourTable'[Sales] ), A = "b" || B = "b", C = "x" )

 

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
Icey
Community Support
Community Support

Hi @Anonymous ,

 

If you want to calculate something like total sales, try this:

Measure =
CALCULATE ( SUM ( 'YourTable'[Sales] ), A = "b" || B = "b", C = "x" )

 

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

HenriqueReis
Resolver I
Resolver I

Hi, how are u?

 

Is that what you mean? A lot of customized filters for a report? Look:

HenriqueReis_0-1652727059515.png

 

If you want to do it, you just need to add a visual named 'slicer' and select a column with the informations you want to segregate, for exemple:

 

HenriqueReis_1-1652727236441.png

 

In this image, first I selected the visual 'slicer' (black circle), then I drag to there the column I want to use (red circle) and then I got the filter (blue circle). 

 

I hope its help

 

Regards from BR!

Anonymous
Not applicable

Apologies this is a filter for a DAX calucation.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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