Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Saideep_Vemula
New Member

How to set data set refresh time at 7:15,8:20,10:25,7:45,11:55,etc in PowerBI service??

How to set data set refresh time at 7:15,8:20,10:25,7:45,11:55,etc in PowerBI service as we have only two options available as of now with rounded timings like 7:00am or 7:30??

1 ACCEPTED SOLUTION
v-binbinyu-msft
Community Support
Community Support

Hi @Saideep_Vemula ,

 

In power bi service portal, you can only set the refresh time with 30 minute intervals.
For your demands, you can choose a RPA tool to refresh the data, such as Power Automate.

vbinbinyumsft_1-1658135747931.png

For more details, you can read related document:How to Schedule Unlimited Power BI Dataset Refreshes with a Simple Power Automate | by Maurice Henry...

 

Or you can also write a script to call the Power BI Rest API

vbinbinyumsft_0-1658135716263.png

For more details, you can read related document: Datasets - Refresh Dataset - REST API (Power BI Power BI REST APIs) | Microsoft DocsDatasets - Refresh Dataset In Group - REST API (Power BI Power BI REST APIs) | Microsoft Docs


Best regards,
Community Support Team_ Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-binbinyu-msft
Community Support
Community Support

Hi @Saideep_Vemula ,

 

In power bi service portal, you can only set the refresh time with 30 minute intervals.
For your demands, you can choose a RPA tool to refresh the data, such as Power Automate.

vbinbinyumsft_1-1658135747931.png

For more details, you can read related document:How to Schedule Unlimited Power BI Dataset Refreshes with a Simple Power Automate | by Maurice Henry...

 

Or you can also write a script to call the Power BI Rest API

vbinbinyumsft_0-1658135716263.png

For more details, you can read related document: Datasets - Refresh Dataset - REST API (Power BI Power BI REST APIs) | Microsoft DocsDatasets - Refresh Dataset In Group - REST API (Power BI Power BI REST APIs) | Microsoft Docs


Best regards,
Community Support Team_ Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

otravers
Community Champion
Community Champion

The easiest no-code way is to trigger Power BI refreshes from a scheduled flow in Power Automate, you could also write a script that calls the Power BI REST API.

------------------------------------------------
1. How to get your question answered quickly - good questions get good answers!
2. Learning how to fish > being spoon-fed without active thinking.
3. Please accept as a solution posts that resolve your questions.
------------------------------------------------
BI Blog: Datamarts | RLS/OLS | Dev Tools | Languages | Aggregations | XMLA/APIs | Field Parameters | Custom Visuals
ribisht17
Super User
Super User

@Saideep_Vemula 

 

Depends upon the type of license you should get the option.

With Power BI Pro we can arefresh up-to 8 times a day

Data refresh

For Power BI users, refreshing data typically means importing data from the original data sources into a dataset, either based on a refresh schedule or on-demand. You can perform multiple dataset refreshes daily, which might be necessary if the underlying source data changes frequently. Power BI limits datasets on shared capacity to eight daily dataset refreshes. The eight time values are stored in the backend database and are based on the local time zone that was selected on the Dataset Settings page. The scheduler checks which model should be refreshed and at what time(s). The quota of eight refreshes resets daily at 12:01 a.m. local time.

 

 

If the dataset resides on a Premium capacity, you can schedule up to 48 refreshes per day in the dataset settings. For more information, see Configure scheduled refresh later in this article. Datasets on a Premium capacity with the XMLA endpoint enabled for read-write support unlimited refresh operations when configured programmatically with TMSL or PowerShell.

It is also important to call out that the shared-capacity limitation for daily refreshes applies to both scheduled refreshes and API refreshes combined. You can also trigger an on-demand refresh by selecting Refresh now in the dataset menu, as the following screenshot depicts. On-demand refreshes are not included in the refresh limitation. Also note that datasets on a Premium capacity don't impose limitations for API refreshes. If you are interested in building your own refresh solution by using the Power BI REST API, see Datasets - Refresh Dataset.

 

ribisht17_1-1657906008596.png

Which license do you have ?

 

Regards,

Ritesh

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors