Forum Discussion
pji
8 years agoAdvocate I
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...
- 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
gelogelo91
3 years agoNew Member
Do you know if there is any possibility to create a matrix table with dinamic number of coordenates? I have tried to created a calculated table with GENERATEALL and GENERATESERIES, but as calculated table can be use with HASONFILTER it is not working? I'm a little lost on how to do it?
Thanks