Forum Discussion

AMZ's avatar
AMZ
Regular Visitor
2 years ago
Solved

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...
  • AlexisOlson's avatar
    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.