Forum Discussion

marcio_fornari's avatar
marcio_fornari
Icon for Resolver I rankResolver I
11 hours ago

Dax - Execute Queries/RLS

It's possible execute dax query against dataset with RLS to Power BI Embedded?

https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/execute-queries

To Power BI Embedded my users not need power bi account, this example works only with power bi account.

{ "queries":  [{"query": "EVALUATE VALUES(MyTable)" } ],    "serializerSettings": {"includeNulls": true },   "impersonatedUserName": "[email protected]" }

i would like send the Rule and the username together with dax query.

No RepliesBe the first to reply