Hi All,
I'm new in Power BI.
I need to implement RLS but when I create new role and set the filter for my table, the role doesn't work!
I follow the tutorial into documentation page of Power BI.
When I test my role I see all data for the user that I must restrict data.
I use the latest versione of Power BI Desktop and I use the gateway enterprise.
My DB is a SQL SERVER EXPRESS DB.
The role name is Vendor01 and the filter of my table is set as the follow
- table Invoice --> this is table number 4 into list of all table
- [vendorcode] = "S04" <-- this is the extact syntax
Please help me.