Forum Discussion
Anonymous
3 years agoNot applicable
Trigger Python script from Power BI and get result in near-real time back to Power BI
Hi all, I want to create a filter in PBI that, when selected, it runs a python code to calculate a new table from my original data (whenever the filter changes, the table is updated). I already tr...
- Anonymous3 years ago
HI Anonymous,
AFAIK, visual filter effect and interaction should be more suitable to use Dax expression to handle. (e.g. isfiltered, isinscope)
Python visual can get filtered records but power bi does not include historical data features, so you can't directly use script to reproduce these filter interactions.
Regards,
Xiaoxin Sheng
Anonymous
3 years agoNot applicable
HI Anonymous,
AFAIK, visual filter effect and interaction should be more suitable to use Dax expression to handle. (e.g. isfiltered, isinscope)
Python visual can get filtered records but power bi does not include historical data features, so you can't directly use script to reproduce these filter interactions.
Regards,
Xiaoxin Sheng