Forum Discussion
darshaningale
Resolver II
4 years agoPython with Direct query in PowerBI desktop
I am using Python code to fetch data from SQL server with help of DirectQuery. I want to pass one parameter to the select query and also want to execute python code to generate another set of column...
amitchandak
Super User
4 years agodarshaningale , As far as I know, the python script method to load data is import mode
darshaningale
Resolver II
4 years agoSo is it that we cannot write python script for direct query ? Power BI Desktop allows to do it but shows error while executing it.