Forum Discussion

henrydhs's avatar
henrydhs
Frequent Visitor
2 years ago
Solved

Automatically filter 3 fields at the same time

Dear colleagues, I have a question and I'm not sure how to solve it. I have two tables and I want one to filter 3 fields at the same time automatically in table 2. The problem is that it only allows...
  • lbendlin's avatar
    2 years ago

    you can either create a composite key that concatenates these three fields. or your can use disconnected tables and TREATAS based measures to filter your second table.

  • henrydhs's avatar
    henrydhs
    2 years ago

    Thank you very much. It´s more easy than I thought, I creat that concatenate relationship. Thank you