Forum Discussion

JohnHedges's avatar
JohnHedges
Frequent Visitor
3 years ago
Solved

Online Service - Concurrent Users

Hi,   I have been developing a report over the last year or so and slowly rolling it out over our organisation (a group of 13 schools). I have got to grips with the development side of Power BI/DAX...
  • v-easonf-msft's avatar
    3 years ago

    Hi, JohnHedges 

    This is usually related to the connection mode of your report.

    If you are currently using import mode, data is cached in power bi service  and the risk of performance issues is probably very low. If you are using DirectQuery and a large number of users are accessing the report online at the same time, there will inevitably be some performance issues, as the data query of the report happens every time a user interacts with the visualization, which consumes a lot of resources.

     

    Therefore, in addition to using premium capacity to expand resources, it is recommended to use the import connection mode to create reports, and try to access data reports during off-peak hours.

     

    Best Regards,
    Community Support Team _ Eason