2024 Week 50 | Power BI: Happy Holidays! Embed a video in a Power BI report

Introduction

Welcome back to Workout Wednesday! This week we’re wishing everyone a very happy holiday season. Join us as we celebrate with a straightforward challenge, embedding a video in a Power BI report using the HTML Content custom visual. 

Requirements

  1. Create a custom image that you’ll use as your landing page.
  2. Create a custom video that you’d like to display in your report. Add a report page for your video. 
  3. Insert a table to your report that includes the HTML that points to your video.
    •  The only data that needs to be in the table is the actual HTML pointing to your video.
    • The video needs to be hosted online and in .mp4 format.
    • I wasn’t able to get YouTube or OneDrive hosted videos to work. If you make this work, drop a comment!
    • Here’s the HTML that I used (including setting it to autoplay and be centered in the HTML visual):
    • <div style="display: flex; justify-content: center; align-items: center; height: 100%; width: 100%;">
      <video width="960" height="720" controls autoplay>
      <source src="https://raw.githubusercontent.com/shannonlindsay/WorkoutWednesdayPBI/main/Happy%20Holidays%20from%20WoW%20Team.mp4" type="video/mp4">
      Your browser does not support the video tag.
      </video>
      </div>
  4. Add the image to the canvas and set an action to navigate to your new video page.
  5. Ensure that all visuals meet the minimum standards of having alt text, that the tab order in your report makes sense, and that your color choices meet the minimum contrast standards.
 

Dataset

This week’s challenge doesn’t have a dataset! Create your own images and videos to use!

Share

After you finish your workout, share on social media using the hashtags #WOW2024 and #PowerBI. On Twitter, tag @MMarie, @shan_gsd, @KerryKolosko

Also make sure to fill out the Submission Tracker so that we can count you as a participant this week in order to track our participation throughout the year.

Solution

Download this week’s solution file from the Data Stories Gallery.

Scroll to Top