Forum Discussion

GuillaumeBD's avatar
GuillaumeBD
Frequent Visitor
2 years ago
Solved

Power query grouping all

Hello, I'm grouping with the "All rows" option. The M Code however will select all field individually. If I add a column to my data source, I need to add it to the code. Is there an option to have th...
  • GuillaumeBD's avatar
    GuillaumeBD
    2 years ago

    Hello Anonymous , after the group step that you suggested, there is a simple solution for the expand all. You need to delete the original column (In this case "Address") before it reappears with the expand step. For the expand step, here's a good tutorial on how to do it.

     

    https://goodly.co.in/expand-all-columns-dynamically-power-query/

     

    Thank you