Forum Discussion
Issue with Python Data Source: Extension{"extensionDataSourceKind":"Python"} in Power BI Service
- 7 months ago
Python is not necessary for this. Consider using the standard web connection and Power Query transforms instead.
Since you are asking on the Fabric Platform forum, what are you hoping to achieve with the Python scripts? Is it something that could actually be orchestrated in a fabric workspace beforehand which would speed up the report?
Thank you for your response!
To clarify: I'm using Python to connect to our ISO management platform (Kawak -
https://kawak.com.co), which provides an API for accessing non-conformities,
corrective actions, and audit findings data.
**Current workflow:**
1. Python script authenticates to Kawak API (POST to /login endpoint)
2. Retrieves paginated data from /api/v1/accionesMejora endpoint
3. Consolidates all pages into a single dataset
4. Power BI Desktop consumes this as a table for our compliance dashboard
**The challenge:**
The script works perfectly in Power BI Desktop, but fails in Power BI Service
due to Python data source limitations. The data needs to refresh daily to track
overdue corrective actions across multiple ISO certifications (9001, 14001,
45001, etc.).
- lbendlin7 months agoSuper User
Python is not necessary for this. Consider using the standard web connection and Power Query transforms instead.
- v-menakakota7 months agoCommunity Support
Hi bastianmunoz ,
Thanks for reaching out to the Microsoft fabric community forum.I would also take a moment to thank lbendlin , for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you .
Best Regards,
Community Support Team- v-menakakota7 months agoCommunity Support
Hi bastianmunoz ,
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you .
Best Regards,
Community Support Team