Forum Discussion

Jeff_PowerBI's avatar
Jeff_PowerBI
Frequent Visitor
2 years ago
Solved

On Premise Reports Server Live connection source update

Hi Community,

 

Just want to be clarified regarding live connection source in Reports server. Since I cannot set a refresh schedule for a report with live connection as source, will the report be updated/refreshed automatically.? I've been searching for this but can't seem to find the right answer.

 

Please enlighten me.

 

Thanks.

  • 1.自动更新不存在;
    2.只有当你
    重新加载报表的时候数据会自动加载最新数据;
    或者在当前的浏览页面进行各种交互动作,数据都会请求最新的;
    再或者你按报表服务器页面的刷新按钮,可以请求最新数据;


  • short answer: YES. it's a live query so it will query your DB whenever you open the dashboard.

    Does the dashboard self refresh once opened? NO. you have to do some work using javascript to grab the PBI node and refresh it.  

2 Replies

  • 1.自动更新不存在;
    2.只有当你
    重新加载报表的时候数据会自动加载最新数据;
    或者在当前的浏览页面进行各种交互动作,数据都会请求最新的;
    再或者你按报表服务器页面的刷新按钮,可以请求最新数据;


  • short answer: YES. it's a live query so it will query your DB whenever you open the dashboard.

    Does the dashboard self refresh once opened? NO. you have to do some work using javascript to grab the PBI node and refresh it.