Forum Discussion
loki
5 years agoNew Member
User login
I need solution for following requirments, 1.power bi dashboards must be accessable with user level and user wise data there login example: user_1 Must access to is data onl
selimovd
5 years agoMost Valuable Professional
Hey loki ,
you could use direct query mode:
Use DirectQuery in Power BI Desktop - Power BI | Microsoft Docs
Like this the user is connecting with his account to the data source. He will only see what he is allowed to see as you can take care of the row level security in the database.
If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
Best regards
Denis
Blog: WhatTheFact.bi
Follow me: twitter.com/DenSelimovic
- loki5 years agoNew Member
how to implement row level security in database
- selimovd5 years agoMost Valuable Professional
Hey loki ,
this you can do directly, with Active Directory groups, with mapping tables. Take a look at the following tutorials:
Introduction to Row-Level Security in SQL Server (sqlshack.com)
Row-Level Security - SQL Server | Microsoft Docs
If you need any help please let me know.If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍Best regardsDenisBlog: WhatTheFact.biFollow me: twitter.com/DenSelimovic