Forum Discussion
Anonymous
6 years agoNot applicable
Pass User Inputs (filter/slicer selections) to Python Scripts or to database
Hi, Is there a way in power BI , where I can capture user selections through filter/slicer in power BI on the fly? I need to pass these selection values (mainly date range & the product list) to pyt...
amitchandak
6 years agoSuper User
Anonymous , refer if this ticket has the information you are looking for
https://community.powerbi.com/t5/Desktop/Slicers-as-input-for-Python-script/m-p/1028119
https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-python-visuals
- Anonymous6 years agoNot applicable
Thank you for sharing this.
I need to pass these slicer values to the data source (i want to use python as data source). As python visuals are images and it does not support filtering other visuals on the page based on the slection in python visual , I need to connect to python as my data source as direct query mode and pass my filter vlues to backend based on user iselection. Do you think that can be achieved in power BI?
Regards,