Reputation: 19
I am trying to find a way to connect powerBI, but coudn't found any resources to do same. e.g we can connect to mssql,postgress etc
thanks.
Upvotes: 0
Views: 124
Reputation: 1362
You can run Python scripts directly within Power BI and this allows access to the data sets as inputs and outputs back in to the data model.
Here is a link to the official documentation for the feature
You can also use the Python visual. This doesn't allow you to feed in to the data model but instead uses it to generate a visualisation which is then directly displayed.
Documentation on the Python visualisation is here
Upvotes: 1