generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Labels
bugSomething isn't workingSomething isn't workingpowerBIv2.5.0'Issues and PRs related to version v2.5.0''Issues and PRs related to version v2.5.0'
Description
Describe the bug
Support for multiple subqueries seem to lack and results in a RuntimeException. This is an issue with a generated query by Power BI.
Or for query issues:
- Run the query: select
bool0,ITBL.C2,ITBL.C3from (selectbool0,C1, case when notC1is null then cast(C1as integer) else 0 end asC2, case whenC1is null then 0 else 1 end asC3from (selectbool0,bool0asC1fromcalcs) asITBLgroup bybool0,C1) asITBLorder byITBL.C2,ITBL.C3limit 501 - See error RuntimeException

Additional context
Removing the outer most query works. However, as soon as it is place in an outer query of even just SELECT * FROM (), then it does not work.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpowerBIv2.5.0'Issues and PRs related to version v2.5.0''Issues and PRs related to version v2.5.0'
