Forum Discussion
Anonymous
4 years agoNot applicable
How to split the rows into 12 rows
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
- Anonymous4 years ago
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 TeamIf 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
amitchandak
4 years agoSuper User
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
Anonymous
4 years agoNot applicable