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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
vaibhavgupta02
Frequent Visitor

Exchange Server as a Data Source to Schedule Refresh

Hi All,

 

I have a requirement like Power BI cloud data should be refreshed as soon as the undlying Azure SQL data is updated. In the cuurent scenario , I have to wait for the schedule refresh to update clould data from undlying Azure SQL data. 

 

Can you please tell me how to automate schedule refresh in Power BI or how to refresh cloud dataset as soon undlying data is updated.

 

Regards

Vaibhav Gupta

3 REPLIES 3
v-haibl-msft
Employee
Employee

@vaibhavgupta02

 

You can get data from Azure SQL Database with Direct Query in Power BI Desktop, and then publish to Power BI Service. Using DirectQuery, no data is imported or copied into Power BI Desktop. The selected tables and columns appear in the Fields list. As you create or interact with a visualization, Power BI Desktop queries the underlying data source, which means you’re always viewing current data.

 

After publish to Power BI Service, you can set the refresh frequency to 15 minutes as below. In that case, dashboard tiles can be refreshed automatically every 15 miniutes.

 

 

Best Regards,
Herbert

But i have to use imprt option only for updating the data in cloud. I cannot use Direct Query.

I read that Azure Stream Analytics is there for real time handling to data in Clould. Can i try the same ?

@vaibhavgupta02

 

I don't think Azure Stream Analytics fits your scenario here. We always use Azure Stream Analytics to analyze high-volume, streaming data and get insight from a real-time Power BI analytics dashboard.

Stream Analytics is a data streaming technology under Azure list of services. With this technology you can pass data from input (such as Event Hub) to one or more outputs. Note that Stream Analytics is not a data storage.

 

If you have to use import instead of direct query. You can only schedule refresh as below. And refresh dataset manually when you want to get the updated data immediately.

 

 

Best Regards,
Herbert

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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

Top Solution Authors