Forum Discussion

mohitkokil's avatar
mohitkokil
Regular Visitor
4 years ago

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

  • Python is not a web service, you cannot "embed in Python"  .  Maybe you have a web framework like Django ?

    • mohitkokil's avatar
      mohitkokil
      Regular 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-msft's avatar
    v-luwang-msft
    Community 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

    • mohitkokil's avatar
      mohitkokil
      Regular 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.