Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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 like this:
My desired result would be to automatically add 12 rows for each row, standing for the months. So my desired result looks like this:
Case somebody help me with the M language command that I would need to achieve this?
Solved! Go to Solution.
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.
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.
Thanks a lot, this was exactly what I needed!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!