Forum Discussion

omacoder's avatar
omacoder
Icon for Helper II rankHelper II
6 years ago
Solved

How do I define Permission Level when publishing an app and specifying a specific user or group

I want to publish an app from a workspace, and I want to deploy the app to a specific group who won't have access to the workspace, but will have access to the app.   The dataset is a shared datase...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Trying to bypass RLS is your problem.  Its a security system designed to prevent bypassing, because it would be a security flaw otherwise.  Taking into account your other thread, i'd suggest you need to use a superuser role in your model to negate the RLS for this user group.  You are very much trying to bend Power BI into a weak security model that it simply doesn't allow.  Its not that Apps aren't right for you, its that you can't bypass the security (and for good reason).

     

    Apps are designed to be the live consumption area.

    Workspaces are your draft/collaboration area.

    Power BI desktop is your development space.