How to build a custom column formula in Power query that will retrieve Image and load it to Excel to display that image from the specified column

0 votes

Therefore, I'm attempting to create a custom column formula that will load the image from the supplied column URL and return it. But it doesn't seem to be working.

In essence, I want the query to perform just like Excel's "=Image()" function, which pulls images from a URL. I need some assistance with this formula or question.

These are the things I've accomplished thus far.

I have added a custom column formula enter image description here

After Expanded Image, It's showing an error enter image description here

After loading the query It's showing this enter image description here

The actual result that I want enter image description here

Feb 5, 2023 in Others by Kithuzzz
• 38,010 points
987 views

1 answer to this question.

0 votes

Make sure ignore privacy is selected in your power query settings to fix the issue. Change both of the available options (Global and Current Workbook) to be certain. Both of these ought to be set to "Always ignore."

enter image description here

However, this still won't bring in binary image data from a url and I'm not sure there is a way to do so. If you already have the urls of the images, why don't you just paste those directly into Excel?

answered Feb 5, 2023 by narikkadan
• 63,720 points

Related Questions In Others

0 votes
2 answers
0 votes
1 answer

How do you populate a google sheets/excel column with cells from a column in another sheet in the same document?

You have two options on chronology: sheet-by-sheet =QUERY({Sheet1!X:Z; Sheet2!X:Z; ...READ MORE

answered Dec 19, 2022 in Others by narikkadan
• 63,720 points
1,339 views
0 votes
1 answer

Is there a way to test a formula result in excel and type it only once, all within one cell and not using a user defined function?

Use the Let function: =LET(Value,A1+B2+C4+G3+B4,IF(Value>10,"No",Value)) I hope this helps ...READ MORE

answered Jan 9, 2023