Forum Discussion
Anonymous
6 years agoNot applicable
Filter
Is it possibile in dax to apply a filter referring to another table? Like that: CALCULATE(sum(Colonne[Valori 2018]);filter(righe;Righe[Padre]="Attività dell'ente segnalante"))
- 6 years ago
hi, Anonymous
Yes, you could.
and I think what you need is RELATED or RELATEDTABLE in the calculation. (The relationship between the two tables must already be established )
https://docs.microsoft.com/en-us/dax/related-function-dax
https://docs.microsoft.com/en-us/dax/relatedtable-function-dax
Best Regards,
Lin
v-lili6-msft
6 years agoCommunity Support
hi, Anonymous
Yes, you could.
and I think what you need is RELATED or RELATEDTABLE in the calculation. (The relationship between the two tables must already be established )
https://docs.microsoft.com/en-us/dax/related-function-dax
https://docs.microsoft.com/en-us/dax/relatedtable-function-dax
Best Regards,
Lin