Forum Discussion
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
4 Replies
- lbendlinSuper User
Python is not a web service, you cannot "embed in Python" . Maybe you have a web framework like Django ?
- mohitkokilRegular 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.
- v-luwang-msftCommunity Support
Hi mohitkokil ,
You could refer if the following if want you want,it tells how to embed Power BI report in python Web application,Also if it's just embedded in python and not an application, in my opinion it shouldn't work because python is a tool and is generally used as base code and not as a presentation.
embed Power BI Report in Python Web application
Did I answer your question? Mark my post as a solution!
Best RegardsLucien
- mohitkokilRegular Visitor
Hi v-luwang-msft ,
I am looking a solution to integrate Reports which are present in Power BI Report Server (Not a Cloud One).
So basically, I want to integrate Power BI Report (present in Power BI Report Server) in to my Django Website.
Regards.