Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Filtered Table filtering other tables in visualization

Hey everyone!   I created a Calculated Table with DAX. This table is filtered according to multiple criterias. (Article  number and then all the components of this article.) This table returns a li...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Hi everyone

     

    After a week of trial and error, and with the support of MFelix I was able to find a sollution to my problem.

     

    What I did:

    I duplicated my original table three times. Merged these tales with the three other tables I wanted to filter. Then I seperately created a measure for all these tables, and used this measure as a filter in these tables.

     

    Thats how I was able to achieve the results I wanted

     

    Thanks for reading!