Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hi Guru,
I would like to create a measure to count the below names that were never flagged as 'X', result should be 2.
Name | Flag |
John | |
Sam | |
Jess | |
Adam | |
Adam | X |
Adam | |
Sam | X |
Solved! Go to Solution.
Hi,
you could create a measure that totals a distinct count of all names and calculates the number with an X then minus the names with x from the total:
Hi @Anonymous ,
Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or if you are still confused about it, please feel free to let me know.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous Try this measure:
Hi,
you could create a measure that totals a distinct count of all names and calculates the number with an X then minus the names with x from the total:
name and flag are seperate columns
User | Count |
---|---|
84 | |
70 | |
68 | |
58 | |
51 |
User | Count |
---|---|
44 | |
41 | |
34 | |
34 | |
30 |