How to invoke python script from power bi?

Viewed 35

How can I invoke a python script in visual studio code from Power BI and run a function and get some output and print it somewhere in a text box in power BI dashboard?

Is it possible in power bi?

1 Answers

This is not currently supported.

Power BI supports limited Python functionality in Power Query and within the Power BI data model, but there is no current support for injecting scripts from VS Code.

Related