I use this formula for submit and refresh data in power BI and power app
Patch(
Datasource,
First(
Filter(Datasource,
Sources = BrowseGallery1.Selected.Sources
)
),
{
'Factory:DataCardValue10.Text,
}
);
Navigate(BrowseScreen1,
None
);
PowerBIIntegration.Data
But on the front that I highlight in red it should be "refresh()"
But it cannot should on power app
and when I use this formula it didn't work
what should I do?