Forum Discussion
sheidari
6 years agoFrequent Visitor
Implementing RLS and Compare to Team and League Averages
I'm trying to implement RLS on a dashboard such that when the user logs in, they only see their data. The challenge I'm running into is that individual needs to see their data relative to the team a...
kentyler
Solution Sage
6 years agoSometimes you need to have more than one fact table that covers the same data. you could have the fact tables about teams and games that were covered by RLS and then have a snapshot that aggregated wins and loses that was not covered by RLS and draw the information you need for the comparisons from that.
in the documentation it says "Question: Does RLS let me hide detailed data but give access to data summarized in visuals?
Answer: No, you secure individual rows of data but users can always see either the details or the summarized data."
but i think if the aggregate data was in a separate snapshot table, this restriction would not apply