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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
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!
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.