Forum Discussion

chanklish's avatar
chanklish
New Member
4 years ago
Solved

Power BI security

Hello I have a database on sql 2019 for a 3rd party ERP and accounting software It is working ok but now my users are asking about POWER BI desktop which is free I have no issue wi...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi chanklish,

    >>i dont want them to be able to see all data or to edit/delete , etc 

    For the first part, you can take a look at RLS with the username. It can dynamically filter records based on the current user if you create a mapping table in your report and assign roles on the power bi service side.

    Solved: RLS with UserName() - Microsoft Power BI Community

    For the second part, you can take a look at the following link about managing dataset permission then you can accurately control the users' permissions to operate the report contents.

    Manage dataset access permissions - Power BI | Microsoft Docs

    Regards,

    Xiaoxin Sheng