Create PowerBI engine from dataset ID and credential or token.
Use either the credential or a supplied token to authenticate. If both are supplied the credential is used to generate a token. The impersonated_user_name is the UPN of a user to be impersonated. If the model is not RLS enabled, this will be ignored.
PowerBIDataset()Get the request url.
Get the token.
Information about all tables in the database.
Validate that at least one of token and credentials is present.
Get names of tables available.
Get the available schema's.
Get information about specified tables.
Get information about specified tables.
Execute a DAX command and return a json representing the results.
Execute a DAX command and return the result asynchronously.