Make Odbc.Query() method respect settings for Row Reduction Clause
Currently, row reduction clauses are only used when accessing ODBC sources via the Odbc.Datasource method. Though the dialog displays the option to specific a native query, as well as supported row reduction clause, the native query cannot use row reduction. As a result, ODBC datasources waste resources, timeouts occur more frequently than necessary, transactions are improperly abandoned, etc.
Current behavior: If I select "LIMIT & OFFSET", though my datasource supports it, LIMIT and OFFSET are not utilized. When re-entering the edit query dialog, the row reduction clause is unset.
Requested behavior: if I select "LIMIT" or "OFFSET", or any combination, those options are passed into the SQL statement sent to the datasource - previews generate faster, and development is simpler. Row reduction settings are retained.
If we can specify supported row reduction we can limit results to default preview window, and improve resource consumption within our busy datacenters, capacities, etc. and reduce impediments to development.
We can also greatly improve the PQ Online experience when interacting with these sources.
1 Comment
- fbcideas_migusrNew MemberStatus added:New
Recent ideas
Request to add a feature to extract gateway connection status and last time credentials used
Could you please add a feature in the admin UI on Microsoft Fabric/Power BI to extract the Gateway connections with details of the gateway connection status and last activity information along with t...Vinodkumar_Chak1 hour agoNew MemberNew20Views1like0CommentsPower BI - incorrect handling of empty string parameter in DAX query in paginated report
Blank string parameters in paginated reports are treated as empty strings in Power BI Report Builder but as null values in the Power BI Service, resulting in incorrect report output. -> Create a pag...roshinikumarkar4 hours agoMicrosoft EmployeeNew25Views5likes0CommentsAllow NotebookUtils getSecret() to authenticate with Workspace Identity
Current behavior In Microsoft Fabric, notebookutils.credentials.getSecret() authenticates against Azure Key Vault using the identity of the user who executes the notebook. This behavior appli...tmihara6 hours agoNew MemberNew20Views1like1Comment