Forum Discussion
Arkhos94
Helper IV
5 years agoSharing dataset between workspace (access rights)
I have two report : - report A is quality data analysis of all workshops and has its own dataset - report B is quality data analysis of only the workshops of one country and use report A dataset ...
- 5 years ago
Yes, build permissions will permit that user to build a local PBIX solution using Report A's dataset, which in your case will give that user access to all the data.
Your scenario requires more considerations based upon your complexity. I would explore implementing Row Level Security within Report A, where you grant permissions to users based on the countries they can see.
Arkhos94
Helper IV
5 years agoOk, thanks for the explaination
I have a rough idea of what to do and will do some reading on https://docs.microsoft.com/ to understand how to do it