This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowThe Fabric community is upgrading! Read all of the details including the timeline and what you can expect. Learn more
Hello,
I have a composite model with heriachical RLS applied. The RLS works perfectly fine except when it comes to using data from the direct query table. I have mutliple tables that are all import and 1 single direct query table.
When using data from the direct query model in a table of data, it totals all values instead of just the values specific to the user viewing per the RLS.
For example, the user will be viewing data for their team. Each user within their team shows the correct number of items however the table total shows the total for all values, not just the values relevant to the user viewing.
In this example, I am viewing as a particular user and you can see the count for each user does not equal the total sum at the bottom of the table.
Any ideas as to what is going on here?
Thanks,
Monique
Hi @moniqueg ,
Can you provide the specific formula corresponding to the work item created? As per your description, it is possible that the formula uses something like the all function, which clears the filter criteria for the user column.
Best Regards,
Adamk Kong
Edit: User field comes from an import table while work items come from direct query. There is a user name field I can use in the direct query however the RLS does not apply to this at all - just shows all users irrespective of who is viewing. I tried created an inactive relationship between direct query table and RLS user table in conjunction with a measure using use relationship. This did not change the outcome.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
| User | Count |
|---|---|
| 24 | |
| 22 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 27 | |
| 22 | |
| 21 | |
| 20 | |
| 20 |