Forum Discussion

User5231's avatar
User5231
Icon for Helper II rankHelper II
4 years ago
Solved

Use a List as a table filter in DAX

Is it possible to essentially use a table/ list to filter a another table in dax?    Right now I have a table that has material and a pegged material. Each material in the table can have multiple p...
  • User5231's avatar
    4 years ago

    Well I solved it. For anyone curious. Natural InnerJoin was the solution after all, just needed to fix the data lineage. Worked great after that.