Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey all!
I have been trying to get the KPI for a precise indicator. My table looks (similar) to this:
201802010000
What i want to get is three different KPIs showing the most recent value (higher datetime) for the indicators, such as
I1: 98
I2: 12
I3: 35
I have tried doing something like Sum( if( Datetime = Max(Datetime), if( Indicator = "I1", Value)))
Any help is much appreciated
Thank you!