Forum Discussion
Scheduled Refresh Issue
I am using ODBC and web data source and also using Python for data transformations in Ppower BI. But I am unable to do schedule refresh once I publish the dashboard in Power BI service . schedule refresh is greyed out. Kindly guide me on how I can set schedule refresh for the dashboard with the above data sources and transformation used.
8 Replies
- GilbertQSuper User
Hi vts
Please find the link below where you can see the supported python packages in the Power BI Service.
Learn which Python packages are supported - Power BI | Microsoft Learn
If it is not in the list it unfortunately will not work!
- GilbertQSuper User
Hi vts
You will need to download and install the personal gateway. Once installed you will then be able to refresh.
Download On-premises data gateway (personal mode) from Official Microsoft Download Center
- vtsNew Member
Hi GilbertQ : I installed the Gateway for Personal mode. and tried to update the credentials in power BI service. I face an error when edit credentials for Python. Although I have python in my local, Below is the error I am facing, Failed to update data source credentials: ADO.NET: Python script error. Traceback (most recent call last): File "PythonScriptWrapper.PY", line 2, in <module> import os, pandas, matplotlib ModuleNotFoundError: No module named 'pandas' Hide details
Activity ID: 95139c13-3fdf-48b5-be11-fe3f11c55ee0 Request ID: d99b7dfb-2184-77a0-4e66-00e67376ecbc Status code: 400 Time: Wed May 17 2023 11:13:49 GMT+0530 (India Standard Time) Service version: 13.0.20675.84 Client version: 2305.2.13839-train Cluster URI: https://wabi-west-us-redirect.analysis.windows.net/ - GilbertQSuper User