cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Daro68
Frequent Visitor

Exclude a value if 2 conditions are met

Hi There,

2020-11-09 14_03_47-Window.png

I'm trying to exclude a value if 2 conditions are met.

In the example you'll find a Value, VRA, Salesperson and a Result column. Obviously the result column is what I'm trying to achieve but I can't figure it out.

If the condition VRA=yes and Salesperson does not contain -KEY the value should be excluded from the column.

 

Can anyone help me with this one please?

Thank you so much.

D.

1 ACCEPTED SOLUTION
Payeras_BI
Super User
Super User

Hi @Daro68 ,

 

Try with this calculated column

 

Payeras_BI_0-1604928969996.png

Regards,

If this post answered your question, please mark it as a solution to help other users find useful content.
Kudos are another nice way to acknowledge those who tried to help you.

J. Payeras
Mallorca, Spain

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Daro68 , Try a new column like

if(search("VRA",[VRA],,0) >0 && search("KEY",[salesperson],,0)<=0, "Yes", "No")

Payeras_BI
Super User
Super User

Hi @Daro68 ,

 

Try with this calculated column

 

Payeras_BI_0-1604928969996.png

Regards,

If this post answered your question, please mark it as a solution to help other users find useful content.
Kudos are another nice way to acknowledge those who tried to help you.

J. Payeras
Mallorca, Spain

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors