Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Multiple filters on multiple tables

I want to have 2 filters on my 3 tables.   The 3 tables,     I want to filter date and name independently and have something like this (in those screenshots there are no relationships)...
  • PaulDBrown's avatar
    5 years ago

    Anonymous 

    1) Create dimension tables in Power Query or using DAX for both the name and date fields. You then create a one-to-many relationship with the corresponding fields in the fact tables:

     2) create SUM measures for the values in each table

    3) create the slicers using the fields from the dimension tables. Create the visuals using the fields from the dimension tables and add the measures

     

     

    I've attached the sample PBIX file for you