Forum Discussion
sman
1 year agoFrequent Visitor
Dual mode SSO
Hi! I have created a table in snowflake which contains countries and median salaries. I have granted the users access to read different sets of rows depending on who they are. When I share my rep...
- 1 year ago
Hi! You will also need to configure RLS in Power BI desktop. In dual mode Power BI is switching between import and DQ based on the context of the query. When the data is queried in DQ the RLS from your source are enforced. When data is queried from import the RLS you defined in desktop are enforced.
audreygerred
1 year agoSuper User
Hi! You will also need to configure RLS in Power BI desktop. In dual mode Power BI is switching between import and DQ based on the context of the query. When the data is queried in DQ the RLS from your source are enforced. When data is queried from import the RLS you defined in desktop are enforced.
sman
1 year agoFrequent Visitor
Unfortunate since we want to handle RLS in one place only. But thank you for the response.