Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
I know how to do it with M but want to get more into DAX syntax but I need a few hints from the community.
I've got 2 tables set up:
KnownRubrics
RubriekCondition
| aard | ok |
| wgnr | nok |
| test | ok |
and Reports:
IdRubriek
| 1 | aard |
| 1 | wgnr |
| 1 | bla |
| 2 | aard |
I created already several quick measures like the following:
| Id | CountOk | CountNok | CountUnknown | ListOk | ListNok | ListUnknown |
| 1 | 1 | 1 | 1 | aard | wgnr | bla |
| 2 | 1 | 0 | 0 | aard |
Solved! Go to Solution.
I'm getting into the correct direction:
I'm getting into the correct direction:
I updated the original post.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 15 | |
| 14 | |
| 9 | |
| 8 | |
| 7 |