Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
_chris_
Helper III
Helper III

Calculated Table RLS issue

Hi,

 

I have a table which containes bookings for all cost center (..KstAuswertungMitPlanung).

 

I have another table which holds all the cost center (Kst) a particular user is allowed to see (dimKstRechte, right visual) which is filtered by the user by RLS.

 

Now I want to create a calculated table which is filtered by the values of the "rights" table (see table definition in screenshot)

 

However, the filter does not work as it also shows data for cost center (Kst) 5310 and 5320

 

_chris__0-1717235447277.png

 

However, if I am using the DAX

 

Tabelle = FILTER(FASTEC_backofficeKstAuswertungMitPlanung, FASTEC_backofficeKstAuswertungMitPlanung[Kst] IN {"5200"})
 
it works and I am only seeing the values for 5200.
 
Where is my mistake?
 
Thx, Christian
1 REPLY 1
aduguid
Super User
Super User

You can either relate the calculated table to the table the row level security (dimKstRechte) in your model view or include (dimKstRechte) in the summary calculated table and update the roles to include both your summary table and (dimKstRechte).

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.