Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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" ) ))
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
7 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |