Forum Discussion

Srikarnandan7's avatar
9 years ago
Solved

Global Filter for all reports

Hi Team,   I have 3 different sources (Source 1, Source 2 and Source 3). I have created multiple visuals in one page using these 3 sources. When I create a drop down filter from Source 3, it filte...
  • vanessafvg's avatar
    vanessafvg
    9 years ago

    Srikarnandan7 you need to have a table  with the column you trying to join on, that has unique values, so if you have multiple values of that column in both tables, you need to build a new table with only the unique values of the decription, build and build a relationship from both those tables to that table

     

    alternatively if both those tables are the same structure and content you can just append one on top of the other in power query or do a union in dax.   depends on the data which is hard to tell with the info you given