Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello,
now that Power BI supports Python can something like this be done:
Start Excel inside Power BI using Python?
Something like this:
import win32com.client as win32
excel = win32.Dispatch("Excel.Application")
excel.Visible = True
wb = excel.Workbooks.Add()
Hi @dageci,
Could you please tell me if your problem has been solved? If it is, could you please mark the helpful replies as Answered?
Regards,
Daniel He
Hi @dageci,
Based on my test, the Python connector will import the DataFrame variables defined in your script.
If you want to import excel files, you can use panda's read_excel function:
dateset=pd.read_excel('File.xlsx', sheetname='Sheet1')
Regards,
Danile He
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 61 | |
| 43 | |
| 40 | |
| 38 | |
| 22 |
| User | Count |
|---|---|
| 178 | |
| 125 | |
| 116 | |
| 77 | |
| 54 |