Forum Discussion
Different RLS-Criterias on different report sites
- 4 years ago
MarcOhm what is your source? Let's if I have to do it, on the overview page I show sales by year (for example) and I have SQL as my source. I will create a view in SQL which groups sales by year and just visualize it on the overview page, it will not have a performance impact but again this is a simple example, maybe you have bit of complex requirements. End of the day this is the only solution available to you, maybe you need to review your existing model why it is running slow.
✨ Follow us on LinkedIn and to our YouTube channel
Learn about conditional formatting at Microsoft Reactor
My latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
MarcOhm for overview page, create a aggregated table that is not effected by the RLS and that will get you what you are looking for.
✨ Follow us on LinkedIn and to our YouTube channel
Learn about conditional formatting at Microsoft Reactor
My latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
parry2k, thanks for your answer. So you mean i should make a new table with the data used on the Overview-page an not restrict it ? The point is, that my table is relatively big and PowerBI is already working slow. A new table would solve the problem but would make the dashboard unsuable. Is there a way without a new table ?