Forum Discussion

t2makela's avatar
t2makela
New Member
9 years ago

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

    • t2makela's avatar
      t2makela
      New Member

      BhaveshPatel

      Thanks for the detailed reply. How do I do the arrangement if I have multiple results in same kind of format?

      • t2makela's avatar
        t2makela
        New Member

        v-haibl-msft

         

        Thanks, it works, but I would like to show the data in line chart or line and stacked column chart.

  • 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-msft's avatar
    v-haibl-msft
    Microsoft Employee

    t2makela

     

    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