Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
10 | |
10 | |
10 | |
9 |
User | Count |
---|---|
20 | |
13 | |
12 | |
11 | |
8 |