Basic Information

appmixer.MSPowerBI.core.ExecuteQueries

1.0.0

Public

Executes DAX queries against the specified dataset and returns the results.

Input Ports

in

FieldTypeDescription
Dataset ID text The ID of the dataset to query.
DAX Query textarea A DAX query to execute against the dataset. Example: EVALUATE SUMMARIZE('Sales', 'Sales'[Year])
Impersonated User (UPN) text Optional. The UPN of a user to impersonate when executing the query (for RLS scenarios).
Workspace (Group) ID text Optional. The workspace (group) ID. If omitted, My Workspace is used.

Output Ports

out

FieldTypeDescription
Results -
Tables -
Error -

Full Metadata