Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Edit/create with app owns data

If we are going to use Apps owns data way to implement Power BI Embedded, it will be possible for , say, 100 customers to access the reports without any authentication.   Moreover it is possible no...
  • Greg_Deckler's avatar
    Greg_Deckler
    5 years ago

    Anonymous - Correct, you have to create your own workspaces with Power BI Embedded, it isn't built in that every user gets a workspace. But, remember, you are writing your own application on top of Power BI Embedded. You can add an "Edit" button that, for example,

    1. Creates a new workspace for the user if it does not already exist
    2. Stores an attribute in the SQL database for the application for this user's workspace
    3. Copies the report to the workspace
    4. Opens the report in edit mode

    https://community.powerbi.com/t5/Developer/Create-workspace-in-Power-BI-Embedded-using-Rest-API/td-p/390750