admin管理员组文章数量:1241128
I have a table FactUsers. with fields for Date, CompanyID, GrossCash and 20 other fields. and a measure named TotalGrossCash which is the sum of all the grosscash.
this table is partitioned by year-month (202401, etc) based on the Date field
- i have row level security set up on CompanyID.
- i have a dimdate table. this is linked to FactUsers based on Date field
- I have a dimcompany table
- i have a role - this has an RLS filter on dimcompany
- Import mode (not directquery)
Q - when a user belonging to companyID 1 queries the table for April 2024 data, what exactly happens behind the scene?
- does the engine have to look at the entire table to first filter for records belonging to companyID 1 (the RLS section) or does it immediately start looking at the Apr 2024 partition and then filter based on the RLS filter (companyid = 1)? Basically, is it capable of taking advantage of partitions by quickly going to the single partition even though RLS needs to be applied?
本文标签: ssas tabularRow Level security and partitioning in PowerBIStack Overflow
版权声明:本文标题:ssas tabular - Row Level security and partitioning in PowerBI - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1740074665a2223227.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论