Hello,
I'm not sure if this is the correct location for this question but I have struggled to find documentation anywhere on how exactly to set up RLS when connected to Azure Data Lake. Is the syntax used exactly the same as what's used in on-premises dataset PBI files?
For example, below would be an example of a role we have set up within our on-prem:
[EmployeeName] = LOOKUPVALUE('EmployeeTable'[EmployeeName], 'EmployeeTable'[EmailAddress], USERPRINCIPALNAME())
This RLS DAX code is what's used within our RLS for Azure but business users are stating that they're able to see everything, not data specific to them as intended.
Are there extra settings that need to be performed within the PBI service to ensure the security filtering is activated? Or anything else that needs to be done beforehand?