LevisNgigi commented on PR #33407:
URL: https://github.com/apache/superset/pull/33407#issuecomment-2886104477

   > Isn't this the same as `LAST_VALUE`? Trying to understand how it differs 
from it...
   
   @mistercrunch LAST_VALUE returns the final value from a sorted result set. 
That’s fine, but for this we need the big number to display the raw metric 
value for non-additive metrics like  ratios, or percentages.
   
   In this case, we're not just interested in the last data point — we're 
trying to reflect the raw metric over the entire time range, as it exists in 
the source data.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to