Forum Discussion
FelipMark
1 year agoHelper II
Best Practices for Developing Dashboards Without Direct Data Access
Guys, what’s the safest way to develop a dashboard without direct access to the data? I know some access is usually needed, but this came up in a discussion, and I was curious. Would using a company...
- 1 year ago
FelipMark I think this question is more on to the access and security on the data source, not more of a Power BI question.
For example, a SQL server, admin can restrict access to what table a user can do, and also have read only access, and control from which IP a user can access. Once it is all in place, it will be the same using data from SSMS or Power BI.
parry2k
1 year agoSuper User
FelipMark I think this question is more on to the access and security on the data source, not more of a Power BI question.
For example, a SQL server, admin can restrict access to what table a user can do, and also have read only access, and control from which IP a user can access. Once it is all in place, it will be the same using data from SSMS or Power BI.
- FelipMark1 year agoHelper II
That makes sense, thanks!