web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / link with Power BI can...
Power Apps
Unanswered

link with Power BI cannot refresh data

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

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?

Categories:
I have the same question (0)
  • eka24 Profile Picture
    20,925 on at

    In Powerapps, you have to rather refresh the Datasource. So replace PowerBIIntegration.Data with

     

    Refresh (Datasource)

     

    Documentation

    https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-refresh

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I try this one

    ; PowerBIIntegration.Refrseh(Datasource)

     

    but it default error too.

  • eka24 Profile Picture
    20,925 on at

    Tha was not the suggestion. Your can look at the reply again. This is my suggestion;

    Patch(
       Datasource,  First(   Filter(Datasource,
            Sources = BrowseGallery1.Selected.Sources )  ),
        {'Factory:DataCardValue10.Text   }
    );Navigate(BrowseScreen1,
    None); Refresh (Datasource)

     

    What is the actual name of your Datasource or table?  Ensure you replace all Datasources with the actual name of your table.

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 320 Most Valuable Professional

#2
11manish Profile Picture

11manish 210

#3
Valantis Profile Picture

Valantis 167

Last 30 days Overall leaderboard