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 All,
i want to combine two columns into single columns
Example :
emp1 emp2 Worktype status salary
300 100 || || ||
301 101 || || ||
302 102 || || ||
303 103 || || ||
Ouput:
EmpId
300
301
302
303
100
101
102
102
So i need to combine only emp1 & emp 2 columns only
I tried append quries but the data coming all
Any one idea on this please...