Forum Discussion
zq
9 years agoFrequent Visitor
Power BI Embedded Row-Level Security for Multiple values of single attribute
Hi all, I have embedded a power report with one role i.e. department_id. When a user accesses the report, the report is filtered according to the department_id to which he has access. This id is pass...
Eric_Zhang
9 years agoMicrosoft Employee
A workaround would be like using
VALUE(USERNAME())="XXXX"&&( [depid] ="depid1"||[depid] ="depid2")
zq
9 years agoFrequent Visitor
How to manage the OR conditions as the number of deprtment ids may vary from user to user. Also, where is "depid1" and "depid2" coming from?