Forum Discussion

Phil_PowerBI's avatar
Phil_PowerBI
Frequent Visitor
7 years ago

Dynamic row-level security

I have successfully created a role in Power BI to control access to the content of my report using the DAX script below:   SWITCH(        TRUE(),        [SecuredAccessType] = "Full Access", 1=1, ...