Forum Discussion
jsanborn
2 years agoFrequent Visitor
Dynamic Permissions with Active Directory User Hierarchy Management
I am working on a Power BI Dashboard with row level security (RLS) and dynamic permissions. I need to allow access only to users listed in the data and their supervisors, managers, directors, etc. ...
- 2 years ago
Seems to work fine
You are not trying to do that as a measure, right? Needs to be a calculated column.
lbendlin
2 years agoSuper User
PATH is a DAX function, not a Power Query M function. It is used in a calculated column in Power BI.
jsanborn
2 years agoFrequent Visitor
I think I figured out what I am doing wrong. I was applying the "path" column function in the "Transform" view instead of the "Table" View. I tried it with my test employee file and it worked. I am going to try it again on my production file with user accounts to see if it works.
Thanks for the help.