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
v-luwang-msft
4 years agoCommunity 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 Regards
Lucien
- mohitkokil4 years agoRegular 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.