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 have to find missingmanagers name but on the basis of different condtions.
1.When Contract type are T,M and column A has value X. I count missing managers
2.the other condition id when contract type is C and column B has value Y . I count missing maangers.
And both these coditions should be in OR.
Can someone please help me . Its quite urgent. struggling from many days
@namitajuneja , Try a measure like
calculate(countrows(Table), filter(Table, (Table[Contract type] in {"T", "M"} && [Column A] = "X" ) || (Table[Contract type] ="C" && [Column B] = "Y" ) ))
User | Count |
---|---|
13 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |