Forum Discussion

alexk-spicey's avatar
alexk-spicey
Regular Visitor
6 years ago
Solved

Generate a pbix file with data for a given user

Hey all!   I have an existing cloud application and need to integrate powerbi into it a little more cleanly.   Currently, a user of this application can download all of their data and import it i...
  • Greg_Deckler's avatar
    Greg_Deckler
    6 years ago

    No worries alexk-spicey .

     

    So, one the first couple questions. If you went down the path of Power BI Service and a shared dataset, you could schedule auto-refresh so that the data only updates when you want it to. You could prevent users from updating the data on their own by just giving them Read access. Now, they could download the data as often as they like, but it would not have "new" data until a refresh happened. Let me know if that is not clear. In this scenario you would either need Power BI Premium or everybody would need a Pro license.

     

    Scenario 2. This would work as above in terms of the data load, etc. You would run this in an embedded capacity so your users would not need their own licenses like Premium but way less expensive than Premium generally. I have no idea about rails but I am pretty sure that all the embedding is done in javascript so it should work with any web based application.