Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
sariga
Frequent Visitor

help needed to embed a video in Power Bi report from the sharepoint folder

The video is in a Sharepoint folder I want to add it inside a dashboard. I saw that we can use Power App, Is there any alternate soultion?. Other wise can anybody please help me with the steps to do video embedding in Power BI using Power App.

2 ACCEPTED SOLUTIONS
Sahir_Maharaj
Super User
Super User

Hello @sariga,

 

Embedding a Power App that plays the video is a more reliable method. Can you please try this approach:

 

1. Create a Power App:

  • Go to Power Apps and create a new canvas app (Insert a Media control >choose the Video)
  • Set the Video URL property to the SharePoint link of your video, then save and publish it

2. In Power BI Desktop:

  • Insert > Power Apps to add a Power Apps visual to your report.
  • Select Choose App to embed the Power App you created in Power Apps.
  • If you need to pass parameters from Power BI to Power Apps (like a specific video name), you can drag fields into the Power Apps data area

Hope this helps.


Did I answer your question? Mark my post as a solution, this will help others!

If my response(s) assisted you in any way, don't forget to drop me a "Kudos" 🙂

Kind Regards,
Sahir Maharaj
Data Scientist | Data Engineer | Data Analyst | AI Engineer
P.S. Want me to build your Power BI solution? (Yes, its FREE!)
➤ Lets connect on LinkedIn: Join my network of 15K+ professionals
➤ Join my free newsletter: Data Driven: From 0 to 100
➤ Website: https://sahirmaharaj.com
➤ Email: sahir@sahirmaharaj.com
➤ Want me to build your Power BI solution? Lets chat about how I can assist!
➤ Join my Medium community of 30K readers! Sharing my knowledge about data science and artificial intelligence
➤ Explore my latest project (350K+ views): Wordlit.net
➤ 100+ FREE Power BI Themes: Download Now
LinkedIn Top Voice in Artificial Intelligence, Data Science and Machine Learning

View solution in original post

Anonymous
Not applicable

Hi Sahir_Maharaj ,thanks for the quick reply, I'll add more.

Hi @sariga ,

Please follow these steps:

1.Copy the url of the video in sharepoint

vzhouwenmsft_0-1730859139930.png

vzhouwenmsft_1-1730859166657.png

2.Modify the following html code

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>video</title>
</head>
<body>


    <video width="640" height="330" controls>
        <source src="Your_URL" type="video/mp4">
       
    </video>

</body>
</html>

3.Add a “Web content” tile and paste the modified html code.

vzhouwenmsft_2-1730859396028.png

vzhouwenmsft_3-1730859426552.png

4.Final output

vzhouwenmsft_4-1730859467514.png

 

Best Regards,
Wenbin Zhou

View solution in original post

3 REPLIES 3
sariga
Frequent Visitor

Thanks to both of you for the help.

Anonymous
Not applicable

Hi Sahir_Maharaj ,thanks for the quick reply, I'll add more.

Hi @sariga ,

Please follow these steps:

1.Copy the url of the video in sharepoint

vzhouwenmsft_0-1730859139930.png

vzhouwenmsft_1-1730859166657.png

2.Modify the following html code

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>video</title>
</head>
<body>


    <video width="640" height="330" controls>
        <source src="Your_URL" type="video/mp4">
       
    </video>

</body>
</html>

3.Add a “Web content” tile and paste the modified html code.

vzhouwenmsft_2-1730859396028.png

vzhouwenmsft_3-1730859426552.png

4.Final output

vzhouwenmsft_4-1730859467514.png

 

Best Regards,
Wenbin Zhou

Sahir_Maharaj
Super User
Super User

Hello @sariga,

 

Embedding a Power App that plays the video is a more reliable method. Can you please try this approach:

 

1. Create a Power App:

  • Go to Power Apps and create a new canvas app (Insert a Media control >choose the Video)
  • Set the Video URL property to the SharePoint link of your video, then save and publish it

2. In Power BI Desktop:

  • Insert > Power Apps to add a Power Apps visual to your report.
  • Select Choose App to embed the Power App you created in Power Apps.
  • If you need to pass parameters from Power BI to Power Apps (like a specific video name), you can drag fields into the Power Apps data area

Hope this helps.


Did I answer your question? Mark my post as a solution, this will help others!

If my response(s) assisted you in any way, don't forget to drop me a "Kudos" 🙂

Kind Regards,
Sahir Maharaj
Data Scientist | Data Engineer | Data Analyst | AI Engineer
P.S. Want me to build your Power BI solution? (Yes, its FREE!)
➤ Lets connect on LinkedIn: Join my network of 15K+ professionals
➤ Join my free newsletter: Data Driven: From 0 to 100
➤ Website: https://sahirmaharaj.com
➤ Email: sahir@sahirmaharaj.com
➤ Want me to build your Power BI solution? Lets chat about how I can assist!
➤ Join my Medium community of 30K readers! Sharing my knowledge about data science and artificial intelligence
➤ Explore my latest project (350K+ views): Wordlit.net
➤ 100+ FREE Power BI Themes: Download Now
LinkedIn Top Voice in Artificial Intelligence, Data Science and Machine Learning

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.