The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
How to refresh Paginated report in both Report Builder & Service level? Please help.
Can your dataset be refreshed as planned ? Paginated report is updated according to the update time of the shared dataset .
Best Regard
Community Support Team _ Ailsa Tao
Hi @prakash11440278 ,
If you have created your paginated report using PBI dataset then whenever you refresh your dataset your paginated report automatically get refresh.
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Hi @Samarth_18 ,
Thanks for your reply.
I am using power bi dataset using as a source. I am not able to see the latest data in it, even though my pbi dataset data updated.
Ideally, it should refresh whenever the dataset gets refreshed. You can try to reconfigure the dataset again.
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
I faced the same issue that the dataset seems to use old data. However, it was the issue with the dataset query itself. For my case, it is because the DB server timezone is behind my timezone (+10), so the today data is not latest if I view it earlier than 10am. I have fixed the issue by indicating the timezone needs to be converted.
In short, as direct database connection, the paginated report will always query latest data based on the defined SQL query.