Forum Discussion
DoesNotCompute
2 years agoRegular Visitor
Filter by Multiple Column Value Conditions
Hi There, I've been struggling with this for hours and can not figure a solution. Any help greatly appreciated. I have a data set like the below. What I need to do via DAX (I'm trying to work...
- 2 years ago
I produced your required output as follows:
An example of the dax formulae to achive this output is as follows:
Where the data model looks like below:
Best regards,
DataNinja777
Super User
2 years ago
I produced your required output as follows:
An example of the dax formulae to achive this output is as follows:
Where the data model looks like below:
Best regards,
DoesNotCompute
2 years agoRegular Visitor
Fantastic, thank you so much.