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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
liey87
Frequent Visitor

Auto refresh dashboard on Power Bi Web that publish from Power Bi Desktop

Hi, How to make dashboard on PowerBi Web that publish from PowerBi desktop refresh the screen at some interval? By mean interval is close time like seconds or minutes. Currently, all of the data is save to AzureSQL. In order to make attractive dashboard arrangement, we are using PowerBi Desktop to customize and publish to Web.

 

I have one Line graph and one card showing the latest value from SQL table by using "LastValue = MAX(DimValue[valueA])". On Web Dashboard, how to make it like Stream Analytics to PowerBi refresh? Which mean automatically get latest data and get live update. The value that been save to SQL is at every 3 seconds. On web, I need to click on Page header to go into report mode and click refresh then it will update the data.

 

Basically this will be not agree by client to show realtime data or at least latest data. It should be refresh at certain time to show the latest value from SQL. Any idea guys?

 

Edited: "LastValue = MAX(DimValue[valueA])" is a wrong information. I need to get MAX/LASTDATE of DateAndTime and show the valueA on the same row of it.

3 REPLIES 3
MattAllington
Community Champion
Community Champion

You have a few choices

1 manual refresh (this won't work for you)

2 schedule refresh (max 8 times per day)

3 real time feed with a REST API (this sounds like what you need). But it is not for beginners. 

 

Read about it here. https://powerbi.microsoft.com/en-us/blog/real-time-in-no-time-with-power-bi/



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.
I will not give you bad advice, even if you unknowingly ask for it.

Hi, Do this options (APi streaming) can be customize in Power Bi? Because I want to put card on a page itself to show own value for each device. Let's say I have Power Meter, Temperature Controller. Each device will be put on main page to show its current value on a single card. This is require by Monitoring Services Team so that, they can monitor the current value from the devices. They don't accept average. Because every slight difference on real value matters since its monitoring the energy. Most I see on DAX or Power Bi desktop, more to Sales/Productions. So, I don't know what else we should do for this

Yes, it can be done. Power BI has no limits about what type of data it can display.  There are plenty of demos on the web. Here is one. https://www.youtube.com/watch?v=ORp9omvtjdY

 



* Matt is an 8 times Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.
I will not give you bad advice, even if you unknowingly ask for it.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors