Hi All,
End goal is to Restrict user to see their report only in web.
I have a report which consist 100s of user and adding new users every week, currently I am creating report for each user manually by putting filtered value in SQL query then publish to web since user don't have power bi license. I tried achieving the same with parameter filter in url but that doesn't work for web published report.
I am looking for a way where I can automate this process because on weekly basis we add some new users, so it is a never-ending process.
Thanks!