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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

Multiples Filters DAX

Hi people.
Can anybody help me? Starting from the example below, which formula I could use to obtain the following result: I want to filter the opportunities that have the Status "Lost", that have the score "3" and "4", Blacklist "Não" and "Cell blank".

Screenshot (151).png

 

Thanks

Karina

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@amitchandak It worket.

 

Thank you so much.

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , Create a measure like this and plot that with ID in the visual

 


calculate(count(Table[ID]), filter(Table, Table[Score] in {3,4} && ( Table[Blacklist] = "Não" || isblank(Table[Blacklist] ))))

Anonymous
Not applicable

@amitchandak It worket.

 

Thank you so much.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.