Forum Discussion

Surya1's avatar
Surya1
Helper I
8 years ago
Solved

Loading a table from another table based on the date value selected from a date slicer

I have two tables.Table 1 & Table 2   Table 1 is static it is kept as a reference table. Table 2 is getting refreshed daily.   I want to create a table 3 by merging Table 1 & Table 2 ,where this...
  • v-yuta-msft's avatar
    8 years ago

    Hi Surya1,

     

    In power bi, when the data source changes->data model or data in data model level will be changed->data visual in report level will be changed. But the process can't be implemented inversely. 

     

    In your senario, you want to use a slicer in report level to filter row records in data model level, however power bi doesn't allow to do that. As a workaround, you can merge all records in two tables, after applied, you can create a table visual and a slicer on table3.

    Then you can use the slicer to filter table3.

     

    Regards,

    Jimmy Tao