The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
25 | |
12 | |
8 | |
8 | |
7 |
User | Count |
---|---|
27 | |
12 | |
12 | |
12 | |
6 |