Forum Discussion
mohitkokil
4 years agoRegular Visitor
How to embed a Power BI Report Server Report in Python ?
Hi, I have a Power BI report published in Power BI Report Server. I need to embed this report in Python. Is there any way to this ? Regards
lbendlin
4 years agoSuper User
Python is not a web service, you cannot "embed in Python" . Maybe you have a web framework like Django ?
- mohitkokil4 years agoRegular Visitor
Hi lbendlin ,
I am actually using Django only for integration.
So basically, I want to integrate Power BI Report (present in Power BI Report Server) in to my Django Website.
Regards.