Forum Discussion
Lorenz33
6 years agoHelper IV
Report User Based Data Permissions
Our environment is Microsoft Power BI Desktop (optimized for Report Server) Version: 2.76.5678.1521 64-bit (January, 2020). Microsoft Power BI Report Server Version 15.0.1102.759 (January 2020). ...
Les111
6 years agoResolver I
I've done this by looking up the current AD user in DAX and filtering the data based on a dataset that links that user name with some category. It works but can be a bit messy if you have a lot of datasets and visuals in your report. Much easier to do in SSRS/Paginated reports.