How do I display submission images within a Power BI report?

Learn how you can take a forms submitted pictures, display them directly in a Power BI report and harness full visualization capabilities with Weever.

Outcome this article will help you achieve:

Screenshot 2025-11-27 at 11.25.38 AM

What steps need to be taken in order to display an image in my report?

Proceed with the steps below after you have selected Forms from the query you want to draw data from.

Step 1: Identify and Split the data

Identify the image URL column in Power Query

Screenshot 2025-11-25 at 12.56.21 PM

If a cell only has one URL skip this part. If a cell contains multiple URLs separated by commas, split that column by comma delimiter so they are separated. Right click on the the photo field cell, then: Split Column -> By Delimiter -> Split into Columns) so each URL is its own record.

Screenshot 2025-11-25 at 1.04.02 PM

Screenshot 2025-11-25 at 1.05.04 PMStep 2: Clean and Load the Data

Ensure you are checking the cells carefully. If the cell has any whitespace before or after the URL you need to trim it.

Right click on the column, then: Transform -> Trim to remove spaces before/after the HTTP.

Screenshot 2025-11-25 at 1.15.11 PM

When all pictures have been split and trimmed, you can load the data by clicking Close & Apply.

Screenshot 2025-11-25 at 1.21.30 PM

Step 3: Visualize and Adjust

In the report view, add the URL column to your visual (table, card, or image visual).

Screenshot 2025-11-25 at 1.41.54 PM

With the column selected, set Data Category to Image URL so Power BI renders it as an image.

Screenshot 2025-11-25 at 1.43.58 PM

Adjust visual settings (image size/width/height, card/table formatting) as needed.

Screenshot 2025-11-25 at 1.46.45 PM

Notes/tips:

  • If images are already stored in separate fields (photo1, photo2, ...), they usually come as separate columns — no split required.
  • If an image still doesn’t display after setting Image URL, the URL is likely malformed or inaccessible (check trimming, correct protocol, and external access).

And that's it!

Now you can display your submission images directly on your Power BI report!