In Power BI Certified Visuals, no connections to external resources, such as URLs, are allowed. Because of this, you must serialize all image and video data into a format like Base64, and then include that in your data report.
Use this tool to convert your image or video file into a collection of Base64 strings.
Once you receive the csv file from this app, you should import it into your dataset. You may have to add additional columns for linking to other tables. See the pbix sample files for more information.
Important