-
Notifications
You must be signed in to change notification settings - Fork 17
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
[BUG]Aggregate functions in PowerBI fail #25
Labels
bug
Something isn't working
Comments
Min, max, count, avg work. select sum(`num3`) as `C1`, count(`num3`) as `C2`, sum(`C1`) as `C3` from ( select `num3`, { fn power(`num3`, 2) } as `C1` from `calcs` ) as `ITBL` SQL plugin falls to legacy engine (V2 doesn't support subquery), and it fails to parse block in curly brackets.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Visualizations with Minimum, Maximum, Standard deviation, Variance, or Median options selected fail to load.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The result should be have the expected value of the corresponding aggregate function.
Screenshots
Additional context
Using OpenSearch version 1.2.0
The text was updated successfully, but these errors were encountered: