Forum Discussion
Anonymous
5 years agoNot applicable
Is it possible to call custom Python scripts from PowerBi via button clicks or any other user trigge
Is it possible to call custom Python scripts from PowerBi via button clicks or any other user triggered event?
2 Replies
- amitchandakSuper User
Anonymous , I doubt that is possible on button press. What you want to.
Power Automate visual has been recently added. But I doubt that has python connector with power bi.
- AnonymousNot applicable
Thanks amitchandak
I have integreted a ML model to powerBI. Script is in Python. Requirement is whenever user trigger an event (in any form button, slicer or any other form on canvas), it has to run python script and generate output based on those parameters. (Want to pass parameters dynamically)