I have a few reports with some of them having more than one tabs. All the tabs reference to the same database, but different tables.
- My question is when the reports are refreshed, will each report set up a separate session to SQL server database?
- Will all the tabs in the same report share the same session and refresh in sequential order?
1条答案
按热度按时间xpszyzbs1#
My question is when the reports are refreshed, will each report set up a separate session to SQL server database?
Datasets are refreshed, not reports. But yes, each dataset will use its own connections.
Will all the tabs in the same report share the same session and refresh in sequential order?
Parallel, by default.
https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-evaluation-configuration