Forum Discussion
AMZ
2 years agoRegular Visitor
Power Query Syntax
Using Images from a Database in Power BI - YouTube Hello, The above code retrieves certain columns from a table, one of which is a column containing images in binary content. The cod...
- 2 years ago
Ah, that's probably be the InputRow(xxx) parts. Try InputRow{xxx} instead since the parentheses make it think it's a function with an argument instead of an element from a list.
AMZ
2 years agoRegular Visitor
Thanks, it works. But when the function runs, I get the error below.
An error occurred in the "GetTheEntireImage" request. Expression.Error : Sorry... We were unable to convert a List value to a Function value.
Details:
Value=[List]
Type=[Type]
AlexisOlson
2 years agoSuper User
Ah, that's probably be the InputRow(xxx) parts. Try InputRow{xxx} instead since the parentheses make it think it's a function with an argument instead of an element from a list.
- AMZ2 years agoRegular Visitor
Thanks ! It works.