Forum Discussion
marcio_fornari
Resolver I
11 hours agoDax - 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