Forum Discussion
Anonymous
6 years agoNot applicable
Adding rows in Power Query
I have a relativally simple question, but I can't figure out how to solve it. I have created a simple dummy variant of my dataset. Ofcourse the real dataset is much larger, but it is basically li...
Mariusz
6 years agoCommunity Champion
Hi Anonymous
You can add a custom column with this syntax = { 1..12 } this will create a list that you will be able to expand into rows.
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
LinkedIn
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
Anonymous
6 years agoNot applicable
Thanks a lot, this was exactly what I needed!