Closed GithubUser5462 closed 3 months ago
Thank you for your feedback!
Could you be more precise? Did you do something actively before getting this error? If possible, could you add precise steps to reproduce the issue? I couldn't produce it with your current explanation.
Got the chance to update my clickhouse instance and it seems to be fixed, thank you.
Describe the bug Table visualization generates broken SQL.
To Reproduce In clickhouse create a table with multiple numeric columns (int64, float64) and import it as direct query in powerbi. In powerbi add a table visualization and add multiple columns to it. Initially it works fine, but eventually it starts nesting the query and assigning aliases like C1, C2, C3,... which overlap. This causes errors "aggregate function found inside another aggregate function" and "cyclic alias".
Example of generated query:
Configuration