Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
What I do:
1. Create a PowerBI report in PowerBI Desktop, publish to Power BI service.
2. On Power BI service ,create a PowerApp embed in the PowerBI.
3. In PowerApp,there is a button which call PowerFlow to update data in SQLServer.
Expected:The PowerBI table should refresh
My problem is: On by button OnSelect event, I use 'PowerBIIntegration.Refresh();' to refresh the PowerBI table,sometimes successfuly refresh, but sometimes the table not refresh.
My Button OnSelect Event:
If(
Delete.Run(
param1,
param2
),
Notify(
"Records updated successfully ",
NotificationType.Success,
1500
),
Notify(
"Records not updated",
NotificationType.Error
)
);
PowerBIIntegration.Refresh();
Hi, @summer025
I’m not familiar with Power App functions. If you use PowerBIIntegration.Refresh() function, you must use a source that supports DirectQuery and the data connection must be created using the DirectQuery method.
Here are some cases linked to this issue, you can take a look:
For more useful help, I suggest you to open a case in the Power App community and @ some top users so that more experts can see it and help you in advance.
Thank you very much!
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 53 | |
| 24 | |
| 12 | |
| 11 | |
| 11 |