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
marioxp
Frequent Visitor

Negative filters data

 

Hi,
I have the following data model, I need to reject data from the [action] column, one [id_kth] can have several [actions. How can I delete selected records [share]?

 

p_bi.png

 

 

 

4 REPLIES 4
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @marioxp,

 

Could you please mark the proper answer as solution or share the solution if it's convenient for you? That will be a big help to the others.

 

Best Regards!
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
dilumd
Impactful Individual
Impactful Individual

Hi @marioxp

 

I'm sorry! your question is not very clear to me; can you explain it with an example please?

 

hi @dilumd

 

Below is an example of a client who participated in Action 3 but did not participate in Action 2 - I have to reject them. According to the attached data, I should only be the first customer.

p_bi_3.png

 

I want to show to clients who should take part in action 2, that is still not participating in them.

 

I think I explained the situation.

 

 

 

dilumd
Impactful Individual
Impactful Individual

Hi @marioxp

 

According to the way I understood, if you don’t have “Action 2” inside your column you need to reject them.

Use below.

 

Action 2 = IFERROR(IF(SEARCH("Action 2",Actions[Action],1,BLANK()),"Pass","Reject"),"")

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.

Top Solution Authors