Forum Discussion
Sab
7 years agoHelper V
Help with Pivoting needed
Hello, I have a license log file, which among other columns, has Date and Status coulmns, see attached. When I pivot these and I choose to not Aggregate I get the error: "Expression.Erro...
v-yulgu-msft
7 years agoMicrosoft Employee
Hi Sab,
To avoid above error, you could add an index column first, then, pivot table. But, as Ashish_Mathur said, how to deal with the multiple records on each day, please show us your desired output.
Regards,
Yuliana Gu
- Sab7 years agoHelper V
Using istructions from video above, I was able to create the ouput like this:
This is OK, but I lost information contained in other columns, therefore that solved my problem partially.
Ideally I would like Out and In columns, along with other columns that I have (not provided in sample dataset).
Thanks