Forum Discussion
BramVDM
8 years agoRegular Visitor
DAX | Calculated column | Filters
Hi all, I have been struggling with the following for a while now, and would appreciate your help. I will try to explain myself as clearly as possible, but should anything need further explanatio...
v-yuta-msft
8 years agoCommunity Support
Hi BramVDM,
It seems like Data -HHI-P07-P13 is another table in your datasource and you have build relationship between the two tables, right?
Please add a filter condition to your DAX like this pattern.
ALLEXCEPT (
'Connector - Data Sources',
'Connector - Data Sources'[Indicator ID (int)]
)
Regards,
Jimmy Tao