Forum Discussion

vojtechsima's avatar
vojtechsima
Super User
3 years ago
Solved

Inner function call cannot be saved in Power BI Dataflow

Hello, guys, I have this function      let ExpandIt = (TableToExpand as table, optional ColumnName as text) => let ListAllColumns = Table.ColumnNames(TableToExpand), ...
  • vojtechsima's avatar
    3 years ago

    So, I fixed it by nesting the function inside my actual query, but... This is some weird behavior that only gives a headache, please could someone from Microsoft admins advise me on this, if this is a bug or a "feature", please?
    Then we can consider this thing "Solved".