The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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