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 have source data which is contain row level process step i need to split into column level data in edit query transformation.
ex: source file
Expected result using edit query: (Process row steps (input,review,print) need to convert into column level with IN and OUT time)
Thanks,
Varan
Solved! Go to Solution.
1. SELECT IN TIME and OUT TIME , then unpivot columns
2. merge column
3. select merge column and pivot column
Proud to be a Super User!
Hi All,
can we achive this using summarize calculated column ?
1. SELECT IN TIME and OUT TIME , then unpivot columns
2. merge column
3. select merge column and pivot column
Proud to be a Super User!
you are welcome
Proud to be a Super User!
there is second scenario if i want to keep all the input rows as named like input 1 and input 2..... how can we achive this way for example
Thanks,