Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hello,
My goal is to generate a power view report with images that comes from a dynamic URL path
To do that I uploaded the SQL server data base using power query
I added a column : Web.Contents("http://....&...."&[IDMASTER]&"...&...") as Binary
but I get an error message :
In this error message it repaces the url path from "&" to "&" but I don't know if this why it doesn't work
I've tryed with a static url : Web.Content("http://....jpg") _ same image for every line and it works
What am I doing wrong ?
Thank you in advance
Solved! Go to Solution.
What is the type of [IDMASTER] column? Looking at the error it seems it is a number. Please type:
Text.From([IDMASTER])
If it does not work, I would like to have more details. Perhaps the whole Power Query code?
Thank you
What is the type of [IDMASTER] column? Looking at the error it seems it is a number. Please type:
Text.From([IDMASTER])
If it does not work, I would like to have more details. Perhaps the whole Power Query code?
Thank you
Thank you Michal,
It works
I was focusing on the wrong thing,
Thanks a lot
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.