I am curious if anyone here could tell me if RLS will limit the amount of data scanned in DAX measures? My RLS Table is joined to my fact table by a bi-directional relationship in a standard star-schema. I have built a very complicated set of measures due to requirements and I fear that once this model is processed for all data it may have bad performance. Currently the data only consists of a few entities within the organization but once it is processed full the model will be close to half a billion records. I am using a ton of iterators and I would hope that they won't need to iterate the entire set.
Thanks!