Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Power BI / add refresh button on report view

I don't have much expertise in Power BI. I started work on it and found it very easy and I've created a report. That report is working fine.

Now, I've requirements to add Refresh button on the report that will refresh the data source and get the latest data from it. I tried to search alots on it but still, I'm not able to find any reasonable solution.

Do we have that kind of functionality available on Power BI?

Thank you for your time!

like image 392
Saadi Avatar asked Sep 05 '18 12:09

Saadi


People also ask

Where is the refresh button in Power BI?

To use automatic page refresh in Power BI Desktop, select the report page for which you want to enable automatic page refresh. In the Visualizations pane, select the Formatting button (a paint roller) and find the Page refresh section near the bottom of the pane. Turns page refresh on or off.

How do I refresh preview in Power BI?

You'll achieve a faster refresh by setting the Power BI Desktop file to update the preview cache in the background. In Power BI Desktop, you enable it by selecting File > Options and settings > Options, and then selecting the Data Load page.

How do I enable page refresh in Power BI?

To use automatic page refresh, select the report page for which you want to enable refresh. In the Visualizations pane, select the Formatting icon (a paint roller) and find Page refresh near the bottom of the pane.

What does the Refresh button do on Power BI report server?

It sends the visuals to your web browser and spins up some web services that your visuals send queries to.


1 Answers

Assuming you are working on powerbi.com, the end user cannot refresh the data in a report manually (though it is possible to manually refresh a dataset in a workspace if you have permissions to the workspace and have a data gateway set up).

You can either set up a refresh schedule or else build your report using a DirectQuery which will always use the current data.

like image 163
Alexis Olson Avatar answered Sep 21 '22 06:09

Alexis Olson