Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I need help in creating a measure based on the below condition:-
1st condition….Instructor=Delivery but not equal to Order, then “Yes”
2nd Condition… Instructor ,Delivery, Order all are different then “Yes” Please suggest.
If Delivery, Instructor and Order are all columns and not values you can try the following formula.
Create a column not a measure.
Column =
SWITCH (
TRUE (),
'Table'[Instructor] = 'Table'[Delivery] && 'Table'[Instructor] <> 'Table'[Order], "Yes",
'Table'[Instructor] <> 'Table'[Delivery] && 'Table'[Instructor] <> 'Table'[Order]) && 'Table'[Delivery] = 'Table'[Order] &, "Yes",
BLANK()
)
User | Count |
---|---|
13 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |