In Tableau CRM (formerly Einstein Analytics), you can restrict access to data at the row level using security predicates. Security predicates are filter expressions added to datasets that dynamically restrict data access based on user attributes or record specifics. This method allows administrators to enforce data security policies directly within the dataset, ensuring that users only see data relevant and permitted to them, without altering the underlying data structure like removing rows manually or adding flags. Reference: https://help.salesforce.com/s/articleView?id=sf.bi_security_predicates.htm &type=5
Predicate is a name for a filter condition that defines row-level access to records in a dataset Example: "rowLevelSecurityFilter":"'AccountOwner' == \"$User.Name\""
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit