-
Notifications
You must be signed in to change notification settings - Fork 14k
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
[table]Advanced Analytics for Table Viz #11130
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Could be related #9887 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
Hi, @junlincc , I am indeed working on adding per-column adhoc formattting, but advanced analytics isn't planed for the near term (or long term) yet. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
I don't believe there's any current momentum to add this feature to the current Table plugin. I'll close this as a "won't fix" but if anyone is really clamoring for this feature, we should open it in an Ideas thread on Github Discussions and start the proposal there with updated context. |
Is your feature request related to a problem? Please describe.
As of now, there is no way to get Day over day or week over week increases (and percentages) in Table View. There is support for Time shift in Bar charts, but its not there in Table Visualization.
Describe the solution you'd like
Table Viz needs to have Advanced Analytics section. This was described and attempted to implement earlier
#2324
#2325
Describe alternatives you've considered
If backend support window functions like LAG, this would be possible.
https://www.sisense.com/blog/computing-day-over-day-changes-with-window-functions/
Some of the backends (like MySQL, Druid) does not have support for windowing functions.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: