The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I am pulling the data from SharePoint and using python code to manipulate the data. Refresh is working in PowerBI desktop . But when i published the report, i am not able to do refresh and automatic refresh.
Due to the above error . How do
Hi @Anonymous ,
Check if you're using a gateway in personal mode instead of standard mode, and the privacy level of the data source needs to be set to public.
Use Python in Power BI Power Query Editor
you can also consider the following: you can use Power Query (M language) to manipulate the data from SharePoint. Power Query is supported in Power BI, and you should be able to refresh the data without issues.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Why do you need to use Python? Which transformations require that?
In any case, are you using a library that is not supported in the service?
Learn which Python packages are supported - Power BI | Microsoft Learn
Pat