Forum Discussion
Visualizing a dynamic summarized table?
- Anonymous6 years ago
Hi Anonymous,
AFAIK, current power bi does not support to create dynamic calculate column/table based on filter/slicer.
Filter/slicer operated on a virtual table generated from data model tables(calculated column/table also stored on this level), you can't use the child level interaction to affect the parent which generates them.
Regards,
Xiaoxin Sheng
Hi Anonymous,
AFAIK, current power bi does not support to create dynamic calculate column/table based on filter/slicer.
Filter/slicer operated on a virtual table generated from data model tables(calculated column/table also stored on this level), you can't use the child level interaction to affect the parent which generates them.
Regards,
Xiaoxin Sheng
Hi Anonymous ,
Thank you for your reply.
As an alternative I moved the entire Monte Carlo analysis to the Python visual in Power BI, instead of extracting the results from SQL Server. This prevents the Python visual from reaching the 250.000 row limit, however it does impact the tenant performance.