Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Trend Analysis

For the life of me I can not figure out how to do a time series plot with a trend line of several parameters. Any thoughts? My data looks like this, I'm wondering if it being row based instead of column based. If so, any thoughts on how to easily convert it? It's about 2,000 rows so I don't want to do it manually.

DateParameterResult
04-27-2000Ammonia0.05
04-27-2000Nitrite0.30
04-27-2000Nitrate0.006
04-27-2000Kjeldahl nitrogen0.58
04-27-2000Orthophosphate0.00
04-27-2000Phosphorus0.027
04-27-2000Total suspended solids1
04-27-2000Chloride19
04-27-2000Total Nitrogen, mixed forms0.886
  • Anonymous , One way is you can unpivot the Parameter column.

     

    Another way is that you use that as legend along with slicer and limit no of line displayed

1 Reply

  • Anonymous , One way is you can unpivot the Parameter column.

     

    Another way is that you use that as legend along with slicer and limit no of line displayed