Forum Discussion

MPrex's avatar
MPrex
Regular Visitor
1 year ago
Solved

Scatterchart with TimeSeries Data and Field

My dataset has 5 columns: Time, T1, T2 (temperatures), P1 and P2 (pressures). Time is a datatype Date/Time, while the others are decimals. I would like to plot T1, T2, P1 and P2 on y axis and Time ...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi MPrex ,
    According to your error message, you can dynamically display the data on the x-axis by creating a MEASURE using the aggregate function.

    P1 Measure = SUM('Table'[P1])

    Final output

     

    Best regards,
    Albert He


    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly