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
Hi everyone. Need your help for this one. Here's my sample data.
| Batch | KeyID | Criteria |
| 1 | some1 | Y |
| 1 | some2 | N |
| 2 | some3 | Y |
| 2 | some4 | N |
| 2 | some5 | Y |
| 2 | some6 | N |
So I have a measure that calculates the count of KeyIDs with regards to a criteria:
I tried using this:
Solved! Go to Solution.
try to create two measures with this:
That was fast! Thanks it worked! Gotta learn variables I guess.
try to create two measures with this:
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 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 9 | |
| 9 | |
| 8 |