Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

How to Extract Column Headings in Power Query Editor

Without programming, how can I extract the list of column headings in Power Query Editor?

3 Replies

  • smpa01's avatar
    smpa01
    Community Champion

    Table.ColumnNames(tblName)

    • Anonymous's avatar
      Anonymous
      Not applicable

      smpa01: I don't understand.  Is there not a way to do this through the UI instead of programming?