Reads data from Power BI using a DAX query.
Currently the node only supports the basic data types returned by the REST API (Strings, Number (Double), Booleans). The data types can be converted to other data types with nodes like String to Date&Time .
Power BI limits the amount of data which can be requested in one call. The actual limit depends on the number of values and rows. To access all of the data this node can be used multiple times with the appropriate window functions like TOPNSKIP or WINDOW .
To ensure that the data is up to date before executing this node the Refresh Power BI Semantic Model node.