Forum Discussion
MPrex
1 year agoRegular Visitor
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 ...
- Anonymous1 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 HeIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly