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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
stribor45
Post Prodigy
Post Prodigy

Display Country name and flag image as one field

I have column "Country" that shows column name and column "Flag" that shows flaf of the country. This works well however in my table this shows as separate column while I would like to show it as single column.  Is there a way to concatinate these two fields as one while still render URL image of the flag. Data category of the flag field is URL image. 

 

stribor45_0-1739834712724.png

 

1 ACCEPTED SOLUTION
danextian
Super User
Super User

Hi @stribor45 

 

Hi @stribor45 

Combining a text with an image url will result to just a text even if the combination is categorized as an image URL

You will need to use a set of images with country and flag name together. In the past, I tried combining an external image url with a text within an SVG code but external images were not being rendered, however, base64 images were.  This vlog shows a good example of combining a base64 image with a text while still being able to render the combination as an image - https://www.youtube.com/watch?v=ylUhYBeEV3I 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

View solution in original post

2 REPLIES 2
danextian
Super User
Super User

Hi @stribor45 

 

Hi @stribor45 

Combining a text with an image url will result to just a text even if the combination is categorized as an image URL

You will need to use a set of images with country and flag name together. In the past, I tried combining an external image url with a text within an SVG code but external images were not being rendered, however, base64 images were.  This vlog shows a good example of combining a base64 image with a text while still being able to render the combination as an image - https://www.youtube.com/watch?v=ylUhYBeEV3I 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

yeah this is good solution thank you. 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors