Forum Discussion
power query python script and slicers not properly interacting in report
- 7 years ago
Hey,
you have to rethink your current solution, a Power Query (no matter if it contains python script or not) is only "executed" if the data is refreshed and not if the selection of a slicer is changed. This will only affect the number of rows meaning, tables are filtered. A visual just represents the filtered table, but the table will not be recalculated, this is also valid for calculated columns created by using DAX statements.
Only measures are "recalculated" if a user interacts with the data model.
Regards,
Tom
Hey,
you have to rethink your current solution, a Power Query (no matter if it contains python script or not) is only "executed" if the data is refreshed and not if the selection of a slicer is changed. This will only affect the number of rows meaning, tables are filtered. A visual just represents the filtered table, but the table will not be recalculated, this is also valid for calculated columns created by using DAX statements.
Only measures are "recalculated" if a user interacts with the data model.
Regards,
Tom