I shared my dashboard with a user and also ensured their full access via rls file. But still they are getting error while using the dashboard. I double checked the user in rls file and they are present with full access
Error : “There is an issue with your data set rules. Error code: Datasetrulesdenied”
I’ve seen this happen when the underlying data is being secured by row-level-security but the row-level-security table does not contain an entry for the current user’s UserName.
I would reverify the row-level security rule for respective user or group configured.