Forum Discussion
Power BI - Power Query -Data manipulation in a dataframe already in Power Query
Dukezera , If you are bringing it using python you can so that
or explore if XMLA end point can help
https://docs.microsoft.com/en-us/power-bi/enterprise/service-premium-connect-tools
- Dukezera4 years agoFrequent Visitor
No, I'm bringing using postgre connection. I want to use pytho to data manipulation
- Anonymous4 years agoNot applicable
Hi Dukezera ,
According to your statement, I think you want to do some transform by Python on data which has been uploaded into Power Query.
Power BI support you to do this. Install Python on your local machine , import data to Power BI and use "Run Python Script" in Power Query Editor.
You may refer to the below offical blog to learn more details.
For reference:
Use Python in Power Query Editor
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Dukezera4 years agoFrequent Visitor
Yes, but how to use in a database/table already connected on power bi?
I dont want to import in Python/pandas.I want to import for example in a postgres and use Python to manipulate the data.