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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors