Power BI Limitations and Known Issues
This section describes limitations and known issues of AtScale's support for the Power BI SQL Server Analysis Services Connector.
Microsoft Limitations
Client-Side Modeling and Custom DAX Expressions
Microsoft Power BI does not support client-side modeling features or custom DAX expressions for Live Connections to Multi-Dimensional data sources such as Microsoft SQL Server Analysis Services and AtScale. If you are interested in using client-side calculations with AtScale 2022.3.0 or later, ask your Customer Success Manager about participating in AtScale's Tabular DAX Beta program.
Client-Side Multi-Datasource Modeling
Microsoft Power BI does not support multi-data source modeling with Live Connections to Multi-Dimensional data sources such as Microsoft SQL Server Analysis Services and AtScale. If you are interested in using client-side multi-datasource modeling with AtScale 2022.3.0 or later, ask your Customer Success Manager about participating in AtScale's Tabular DAX Beta program.
Access to Cube-Side Drill-Through Sets
Microsoft Power BI does not support access to cube-side multi-dimensional Drill-through Sets, known as 'Actions' in SSAS, with Live Connections to Multi-Dimensional data sources such as Microsoft SQL Server Analysis Services and AtScale. There are no AtScale enhancements scheduled for this issue because it is a Microsoft Power BI limitation.
Decomposition Tree visualization
With respect to connections, Microsoft classifies AtScale as an 'On-premise SQL Server Analysis Services' data source. Microsoft Power BI does not support the Decomposition Tree visualization from such sources. For details, see Known Limitations.
Key Influencers visualization
With respect to connections, Microsoft classifies AtScale as an 'On-premise SQL Server Analysis Services' data source. Microsoft Power BI does not support the Key Influencers visualization from such sources. For details, see Considerations and Troubleshooting.
For more information regarding Power BI's SSAS MD data source connection capabilities and limitations, see Connect to SSAS multidimensional models in Power BI Desktop.
Queries with large numbers of chained ISBLANK constraints
Power BI generates queries with large numbers of non-user specified ISBLANK function calls, which can slow down query processing. If a cube is affected by this issue, you can use the following workaround:
- Make sure you are an Organisation Administrator or Super User.
- Access the cube settings; for details, see About Cube Level Configuration Settings.
- Select the cube affected by the issue.
- Locate the
query.language.dax.bypassIsBlank
setting and set it to True. - Save your changes.
Be ware that when this setting is enabled the cube will not be able to service intentional ISBLANK filters.
Known AtScale Issues
Measure Filtering
AtScale supports Power BI filters on Measure. Consider the following:
- To use this feature, set the Engine setting
QUERY.FACTLESS.IGNOREINCIDENTALFILTER = FALSE
and restart the Engine. - Power BI Measure filtering is NOT supported on AtScale Calculated Measures that use dimension modification functions, such as lag, parallelperiod, periodstodate, parent, siblings, children, descendants, ancestor, and so on.
- Applying a measure filter to a Map Chart is not supported. (ATSCALE-2030)
- Measure filtering is not supported for SuperDAX MD queries.
Scatter chart is not displayed when using SuperDAX MD
When the connection from Power BI to AtScale is configured to use the SuperDAX MD dialect (beta support, as of AtScale 2022.2.0), trying to use a Scatter chart in Power BI leads to "Can't display the visual" error.
AtScale Ticket: ATSCALE-9570
Matrix visualization is not supported for CDP Impala 3.x
Matrix Visualization in Power BI is not supported for CDP Impala version 3.x.
AtScale Ticket: ATSCALE-9552