Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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" ) ))
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 15 | |
| 8 | |
| 8 | |
| 8 |