Forum Discussion

pji's avatar
pji
Advocate I
8 years ago
Solved

Create dynamic tables based on filters

Hi, I would like to know if I can create a dynamic table in Power BI based on a report filter?    I am trying to write this query:   SummaryTable = CALCULATETABLE(SUMMARIZE('Sheet1','Sheet1'[team...
  • v-ljerr-msft's avatar
    8 years ago

    Hi pji,

     

    Not like measures, calculate columns/tables are computed during database processing(e.g. data refresh) and then stored in the model, they do not response to user selections(or other filters) on the report.

     

    So it is not possible to create a calculate column/table that can change dynamically with user selections(or other filters) on the report.

     

    Regards