Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! 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.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 38 | |
| 37 | |
| 28 | |
| 28 |
| User | Count |
|---|---|
| 124 | |
| 89 | |
| 73 | |
| 66 | |
| 65 |