Show Images from Image URL field in Power BI Dynamically

Here’s an example dataset with image URLs that you can use to demonstrate displaying images in Power BI:


Dataset Example: Animals with Image URLs

Animal NameDescriptionImage URL
CatDomestic felinehttps://cdn2.thecatapi.com/images/MTY3ODIyMQ.jpg
DogDomestic caninehttps://images.dog.ceo/breeds/hound-afghan/n02088094_1003.jpg
ElephantLarge mammalhttps://upload.wikimedia.org/wikipedia/commons/3/37/African_Bush_Elephant.jpg
PandaGiant panda bearhttps://upload.wikimedia.org/wikipedia/commons/0/0f/Grosser_Panda.JPG
TigerWild feline predatorhttps://upload.wikimedia.org/wikipedia/commons/5/56/Tiger.50.jpg

Steps to Use in Power BI:

  1. Copy the table above into a CSV or Excel file.
  2. Load the dataset into Power BI using Get Data.
  3. Set the Image URL column’s data category to Image URL:
    • Go to Data View.
    • Select the Image URL column.
    • In the Column Tools ribbon, set Data Category to Image URL.
  4. Add the Animal Name and Image URL columns to a Table Visual.

This will display each animal’s name alongside its corresponding image in the table.