Forum Discussion

AnniekH96's avatar
AnniekH96
Frequent Visitor
2 years ago
Solved

Example of cost Power BI embedded

Hello everyone,   I'm currently assessing the monthly expenses involved in publishing a simple report on my website, which will be accessed by approximately 40 users. Each user is expected to use t...
  • ibarrau's avatar
    2 years ago

    Hi. Power Bi Embedded doesn't work by user, it's by capacity. It will charge if the capacity is resumed and it won't if it's paused. You can configure scripts over azure to pause and resume in order to reduce the costs.

    You can think about a plan of days of week and hours a day that it will be turned on for any user to use it. You can't know when a person is using it to turn on or off. It's like turning on a VM to let any one use it untill you turn it off. So for example if you want to keep it on 8 hours a day during working days. Assuming 24 working days a month and 8 hours a day you will have it on for 192 hours. You can then multiply 192 x $ of the plan. In this case $2 hours would be $384 by month.

    Again, it doesn't matter if it's 1 or 40 users. If the users are too many it won't cost more, it will be slow depending on the plan. 40 users is a small number you shouldn't have any trouble.

    I hope that make sense