Forum Discussion
Stop server refresh during dashboard preparation
- Anonymous7 years ago
Anonymous,
Power BI will send queries to your Server when you make actions such as filter, join. It is not possible to disconnect server till the data model will be ready. But you can use Table.Buffer() function to improve your query performance in Power BI. And please turn off background data option in Power BI Desktop.
Regards,
Lydia
Hi Lydia,
I attached an example.
when I duplicate a table in power query a connection was made with the server.
the same thing happen when I am create join or make filter, sort etc.
I want to disconnect server till the data model will be ready
Anonymous,
Power BI will send queries to your Server when you make actions such as filter, join. It is not possible to disconnect server till the data model will be ready. But you can use Table.Buffer() function to improve your query performance in Power BI. And please turn off background data option in Power BI Desktop.
Regards,
Lydia
- Anonymous7 years agoNot applicable
Background Data is not open as default.
I will check Table.Buffer() function.Tks A lot Lydia !
Idan