Analytics Queries
In Open Data Blend Analytics, any query that is submitted as DAX or MDX is considered an Analytics Query.
DAX Queries
Data Analysis Expression (DAX) queries look like the following example.
Examples of client tools that can generate these queries are Power BI Desktop and Power BI Report Builder.
MDX Queries
Multidimensional Expression (MDX) queries look like the following example.
Examples of client tools that can generate these queries are Excel and Tableau Desktop.
Generated Queries
Client tools such as Excel, Power BI Desktop, and Tableau Desktop will typically generate one query per visualisation (e.g. charts, graphics, tables, etc). Placing too many visuals on a dashboard or report page can cause each refresh of a page display to send several queries to the Open Data Blend Analytics service. This should be considered when making dashboards and report design decisions, as it can reduce their responsiveness.
Last updated