Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I use office 365 account, power BI pro. I create dashboard from power BI desktop use DirectQuery to connect data. I've already set auto refresh in power BI desktop and app.powerbi.com but embedded report does not auto refresh at all. And my frontend dev team tried this way link. But not work.
Have any suggestion?
Solved! Go to Solution.
Hi @touch_powerbi ,
According to your description, your report is connected to a data source in direct query mode. The report will refresh automatically without special configuration refresh through user interaction on the report. You can find the details in the following links.
About using DirectQuery in Power BI
Power BI DirectQuery: Automatically Refresh Less Than Every 15 Minutes
How did you embed your report? Please check the method in the following thread and check whether it can help you resolve the problem.
Power BI embedded, direct query, not refreshing (call report.refresh() on your embedded report in the JavaScript)
Best Regards
Although I'm late to this response, if you were using the Power BI Javascript SDK, you would want to use the
.Refresh()
method rather than the .Reload() method.
I've made a custom Power BI app for helping people make slideshows out of reports and dashboards and display Power BI digital signage, called Displagent, and I use the
.Refresh()
method.
A few other things:
Hope that helps!
Hi @touch_powerbi ,
According to your description, your report is connected to a data source in direct query mode. The report will refresh automatically without special configuration refresh through user interaction on the report. You can find the details in the following links.
About using DirectQuery in Power BI
Power BI DirectQuery: Automatically Refresh Less Than Every 15 Minutes
How did you embed your report? Please check the method in the following thread and check whether it can help you resolve the problem.
Power BI embedded, direct query, not refreshing (call report.refresh() on your embedded report in the JavaScript)
Best Regards
User | Count |
---|---|
5 | |
4 | |
3 | |
2 | |
2 |
User | Count |
---|---|
8 | |
6 | |
4 | |
4 | |
4 |