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

Join 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.

Reply
Anonymous
Not applicable

Power Query M Langage Web.Contents I get error : &amp

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 :

powerBi question.PNG

In this error message it repaces the url path from "&" to "&amp" 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

1 ACCEPTED SOLUTION
Michal_cwiok
Resolver II
Resolver II

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

View solution in original post

2 REPLIES 2
Michal_cwiok
Resolver II
Resolver II

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

Anonymous
Not applicable

Thank you Michal,

 

It works

I was focusing on the wrong thing,

Thanks a lot

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors