Show reports based on user

折月煮酒 提交于 2019-12-11 18:01:39

问题


I am new to PowerBI. I have several stores. Now I want to make generic reports for all the stores. All the stores can see same reports. But the data for all the reports would be respective. That means particular store can see the data for itself. How can we achieve that?


回答1:


I believe what you are trying to do can be achieved with row level security.

https://docs.microsoft.com/en-us/power-bi/service-admin-rls

Basically, you create roles for your reports which filter the data that is available to be seen by the people or groups that you assign to the roles.

E.g., if you had a Chicago store, you could create a "Chicago" role that filtered your data to only return parts of your data table (a filter specified like Store[City] = "Chicago") and then you'd give the relevant individuals or groups from Chicago that role so they'd be able to see that data.



来源:https://stackoverflow.com/questions/48048590/show-reports-based-on-user

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!