I'm working on a power view map to display to our user. I achieved to create a map that display all the data to the user. It look like this exemple. The data source is an SSAS project. But now, I would like to filter this data depending on the connected user.
For example, we have ProductManager and TerritoryManager. The product manager can see his product on all the map, but only his product. The territory mananger can see all the product, but only on his territory.
The solution that I've found is to create an SSAS project for each product/territory, and after that allow some rights on this files. But this solution is impossible to maintain.
Is there a way/solution/best practice to realize this? Any help is welcome
Damien