Skip to main content

Hello! Is it possible to do forward filling of CDF timeseries datapoints at second level? Example: I have a timeseries with values at certain timestamp as the tag is coming only on value change. But I want to forward fill the values to be able to analyze the tags better in PowerBI (this operation takes much time in PowerBI).

 

Hi @Raluca Bala,

Apologize the late reply. Have you try using isStep = true?

To interpolate between data points, use the isStep flag on the time series object to assume that each value stays the same until the next measurement (isStep).

More information can be found here.

 

 


Thank you, @Mithila Jayalath , I don't know how I've missed this property behavior.

 


No worries @Raluca Bala. Feel free to ask questions or share your progress along the way. I’ll go ahead and mark this question as resolved.


Reply