Forum Discussion
KrisIsLearning
2 years agoFrequent Visitor
Filtering data in DAX with a related table
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...
- 2 years ago
I'm getting into the correct direction:
CONCATENATEX(FILTER('Reports','Reports'[Rubriek] = RELATED(KnownRubrics[Rubriek])),'Reports'[Rubriek],", ",'Reports'[Rubriek],ASC)
FreemanZ
Super User
2 years agoKrisIsLearning
2 years agoFrequent Visitor
I updated the original post.