Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
i have following table
Employee_Name Join_Date Department_Join Date
Neema 25-04-2018 04-05-2018
Olga 15-05-2018 27-08-2018
I Expect as following table
Employee_Name Date
Neema 25-04-2018
Neema 04-05-2018
Olga 15-05-2018
Olga 27-08-2018
how can i acheive this?
Solved! Go to Solution.
Hi,
To achieve this, you need to Unpivot the table data.
In query editor; load it as two tables, then append the the tables.
i have 3 columns in a single table.
how can i append 2 columns into a single column within a table
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.