Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi All,
I am new to Power BI workspaces.
I have created Power BI report with my Desktop PowerBI. I collect the data using a Python script that queries a JIRA server, so the JIRA login credentials are embedded inside the Python script.
Then I published the report in my workspace in PowerBI Web and now I would like to configure a daily refresh of the data, that is a daily execution of the Python script.
The first error I get is:
Could you suggest how I can proceed?
Thanks,
Sarah
Solved! Go to Solution.
Hi @_Sarah_ ,
As far as I know, you are using the Standard gateway interface, Standard gateway does not support Python, you can use personal gateway.
Refer to:
Install an on-premises data gateway | Microsoft Learn
Use a personal gateway in Power BI - Power BI | Microsoft Learn
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @_Sarah_ ,
As far as I know, you are using the Standard gateway interface, Standard gateway does not support Python, you can use personal gateway.
Refer to:
Install an on-premises data gateway | Microsoft Learn
Use a personal gateway in Power BI - Power BI | Microsoft Learn
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.