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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi
Please need help for merge 2 column in the same table to create a ne culomn
the new column should be include the following
2004-01
2004-02
2004-03
2004- 04
Thanks
Mohammed
Solved! Go to Solution.
Hi @Mohammed- ,
I create a table as you mentioned in Data Factory.
Then I think you can create a custom column.
Custom = Text.From([Year]) & "-" & Text.PadStart(Text.From([Mon]), 2, "0")
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Dir Sir,
Thanks for your Replay
I used your Formula
Hi @Mohammed- ,
I create a table as you mentioned in Data Factory.
Then I think you can create a custom column.
Custom = Text.From([Year]) & "-" & Text.PadStart(Text.From([Mon]), 2, "0")
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Dir Sir,
Thanks for your Replay
I used your Formula
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Fabric update to learn about new features.