Forum Discussion
sp1
4 years agoFrequent Visitor
Apply filter on Power BI visuals without using row level security
Hello,
I want to apply filter on Power BI visuals so that user is able to view their relevent data. It's working fine when I apply Row Level Security, but I don't want to use Row Level Security. Is their any other way to filter out the data.
Thank you
2 Replies
- amitchandak
Super User
sp1 , You can use userprincipalname in a measure or set of measures
- sp1Frequent Visitor
Hi amitchandak ,
Thank you for your response. I have one measure that stores the prinusercipalname, but if I try to include that in a filter pane then it does not work. The "Filter on this page" pane only accepts fields as inputs its does not take measure to filter tha data.
Thank you