[Lens] Math operation with time shift can lead to error when changing the aggregation order #146200
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Lens
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Describe the bug:
Create a date histogram with a
count() - count(shift='7d')
formula metric. Now add a Top values breakdown and disable theAggregate by this dimension first
option.This error will appear:
If the formula does not contain the math operation, then all works fine (
count(shift='7d')
only).The text was updated successfully, but these errors were encountered: