-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Lens] Shortcut to formula percentage change as an option in differences #62381
Comments
Pinging @elastic/kibana-app-arch (Team:AppArch) |
It's possible to do this via formula as well (it will be documented how this works), this issue is tracking the addition of an option for the differences function so it's not necessary to use formula for this common case. |
Closing this because it's not planned to be resolved in the foreseeable future. It will be tracked in our Icebox and will be re-opened if our priorities change. Feel free to re-open if you think it should be melted sooner. |
This functionality is possible using lens formula, however this issue can increase discoverability.
This calculation is defined as the percentage change of the current value compared to the previous value. It can be positive, negative, or undefined. The rate of change is defined as
(current value - previous value) / previous value
.User input
This function doesn't have any required user input.
Form design
No design yet.
Table example with gap skipping (default)
The text was updated successfully, but these errors were encountered: