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")