Forum Discussion
Anonymous
7 years agoNot applicable
Split rows from quarterly data to weekly data
Hello, I need help on this, since I have really little experience with Power Query. I have this kind of input data: Parameter_A Parameter_B Value Quarter_Start_date Quarter_End_date ...
PattemManohar
7 years agoCommunity Champion
Anonymous Yes it's possible. You need to link your main source table with another date dimension table which will have week_Start_date along with the quarter_end_date. Then a calculated table by joining those two tables should give you the multiple rows for each of the quarter. Give a try !
Anonymous
7 years agoNot applicable
Thanks for the prompt answer.
I'm sorry but I don't know how to try your solution because it's little bit too concise for my level of experience in Power Query!