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.