Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

return rows for every month in power query

dear all,

 

i have two tables in power query

Year month
20191
20192
20193
20194
20195
20196
20197
20198
20199
201910
201911
201912

and 

 

EmployeeID
a1
a2
a3
a4

 

I would like to join these so that the employeeid returns every month of the year: requested table (For first 3 months only):

yearmonthemployeeID
20191a1
20191a2
20191a3
20191a4
20192a1
20192a2
20192a3
20192a4
20193a1
20193a2
20193a3
20193a4
1 ACCEPTED SOLUTION
Zubair_Muhammad
Community Champion
Community Champion

@Anonymous 

 

In the first Table (Say Table1) you can add a custom column

 

=Table2

 Then expand it to new rows

View solution in original post

1 REPLY 1
Zubair_Muhammad
Community Champion
Community Champion

@Anonymous 

 

In the first Table (Say Table1) you can add a custom column

 

=Table2

 Then expand it to new rows

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors