Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
hamadani
Frequent Visitor

Create new table using Python script in Power BI

Hi,

 

I have a table in Power BI which I would like to do some aggregation and data transformation on it using pandas and save the output as a new table in Power BI. Is there anyway to do this in Power BI?

 

Thanks

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

No.  The python visual is supposed to plot something, it will not return anything back except that plot.

View solution in original post

4 REPLIES 4
pcross42
New Member

Very new to Power BI and Jupyter but came across what looks like a way to create a table (with data) using Python and get it into Power BI. Curious if this would work because using Python to manipulate Power BI seems like a good combination.

https://blog.enterprisedna.co/power-bi-with-python-scripting-to-create-date-tables

After creating a table in Jupyter
Go back to Power BI:
Click Get Data and select Text/CSV
click Transform Data in the Home tab
go to the Transform tab and click Run Python Script
Go back to your Jupyter Notebook and copy the syntax from the cell. Then, paste it into the script editor.

 

lbendlin
Super User
Super User

No.  The python visual is supposed to plot something, it will not return anything back except that plot.

Thank you @lbendlin , Is there any way to apply python functions to table data in Power BI and get a dataframe back in return?

Only in Power Query. Not in the UI part.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors