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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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 |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
19 | |
15 | |
7 | |
6 |