Forum Discussion
Arranging imported data to different format
Hi,
My imported measurement data is in format below:
Measurement MeasurementResult TimeStamp
temperature 14 7/9/2016 6:00:00 AM
humidity 95 7/9/2016 6:00:00 AM
dewpoint 13.2 7/9/2016 6:00:00 AM
I would like to have the data in format:
TimeStamp temperature humidity dewpoint
7/9/2016 6:00:00 AM 14 95 13.2
How would I do the transformations?
6 Replies
- BhaveshPatelSuper User
Let me walk you through the screenshots for the solution.
- t2makelaNew Member
Hi,
My imported measurement data is in format below:
Measurement MeasurementResult TimeStamp
temperature 14 7/9/2016 6:00:00 AM
humidity 95 7/9/2016 6:00:00 AM
dewpoint 13.2 7/9/2016 6:00:00 AM
I would like to have the data in format:
TimeStamp temperature humidity dewpoint
7/9/2016 6:00:00 AM 14 95 13.2
How would I do the transformations?
- v-haibl-msftMicrosoft Employee
If you only want to show the report in your expected format. You can also use Matrix visual chart directly as below without any transformation.
Best Regards,
Herbert