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
powerbiuser101
Advocate I
Advocate I

Append multiple columns in same table

Hello,

I have a table similar to below:

JanCount FebCount MarCount
01.01.20185 01.02.20188 01.03.201830
02.01.201820 02.02.201820 02.03.20182
03.01.201810 03.02.20181 03.03.201814
04.01.20183 04.02.201850 04.03.201833

 

Which I want to convert to:

MonthCount
01.01.20185
02.01.201820
03.01.201810
04.01.20183
01.02.20188
02.02.201820
03.02.20181
04.02.201850
01.03.201830
02.03.20182
03.03.201814
04.03.201833

 

I tried pivoting the columns but that only seems to work well for the dates. Not sure how else to proceed. Any help appreciated.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

There may be a better option, but you could copy the table 2 times, for the first one, just select Jan and Count and remove other columns. Then second Feb and Count and so on 

 

Then you would have 3 tables 

Jan Count 

Feb Count

Mar Count 

 

Here you can just do an append and have it all in 2 columns

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

There may be a better option, but you could copy the table 2 times, for the first one, just select Jan and Count and remove other columns. Then second Feb and Count and so on 

 

Then you would have 3 tables 

Jan Count 

Feb Count

Mar Count 

 

Here you can just do an append and have it all in 2 columns

 

Anonymous
Not applicable

There may be a better option, but you could copy the table 2 times, for the first one, just select Jan and Count and remove other columns. Then second Feb and Count and so on 

 

Then you would have 3 tables 

Jan Count 

Feb Count

Mar Count 

 

Here you can just do an append and have it all in 2 columns

 

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