The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
36 | |
14 | |
12 | |
7 | |
7 |