Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
In a straight table I'm using avg(TimeStamp1-TimeStamp2) as measure, but the total is not showing me correct average.
In this case the total should be 0.462, but it's showing me 0.455. Any idea on this? Anything helps! Thanks in advance!
created a quick test on using the following inline load statement and when I do AVG(Y) in a kpi I get 0.462
T1:
Load * Inline [
X|Y
1|0.44041667
2|0.48364583] (delimiter is '|');
Do you see something different when you use this simple load script.
You are right, I got the issue and solved it. Thanks for helping!