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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi Experts,
I want to split the single row into 12 rows which means 12 months in a year.
example
Result
Please help on this.
Regards.,
Swamy
Solved! Go to Solution.
Hi @Anonymous ,
Suppose we have a table like this.
Add a new column in the power query editor.
Expand to New Rows.
Attached PBIX file for reference.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
Hi @Anonymous ,
Suppose we have a table like this.
Add a new column in the power query editor.
Expand to New Rows.
Attached PBIX file for reference.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
@Anonymous , refer to the two blog, how to do that
Distributing/Allocating the Yearly Target(Convert to Daily Target): Measure ( Daily/YTD): Magic of CLOSINGBALANCEYEAR With TOTALYTD/DATESYTD: https://community.powerbi.com/t5/Community-Blog/Power-BI-Distributing-Allocating-the-Yearly-Target-Convert-to/ba-p/1476400
Distributing/Allocating the Monthly Target(Convert to Daily Target): Measure ( Daily/MTD): https://community.powerbi.com/t5/Community-Blog/Power-BI-Distributing-Allocating-the-Monthly-Target-Convert-to/ba-p/1657798
I want to split the each single row into 12 rows and add the month number.
Regards.,
Swamy
@Anonymous , Yes, That was there in blog , Easy way out
generate(Table, generateseries(1,12,1) )
Rename the value column as the month
if needed divide values by 12
perfect, but is there any way to do it when load the data into Power BI.
Regards.,
Swamy
perfect, but is there any way to do it when load the data into Power BI.
Regards.,
Swamy
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.