Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
vsslasd1
Helper III
Helper III

PowerBI and PowerApps

I have a PowerBI Report and an embedded PowerApp App. 

The PowerBI report has a table with about 900+ rows in it. The intent was when one row in the PowerBI Table has been selected, then that record would appear in the embedded PowerApps App, so the data could be modified in PowerApps, and a button clicked. 

 

I watched this video:

https://www.youtube.com/watch?v=LxKLLgUhlBo 

 

My button executes an MS Flow routine, which calls a stored procedure, and then sends a PowerBIIntegration.Refresh() command. 

This was working rather nicely last week, and then something changed. No data appears in the PowerApp text boxes any longer. 

 

It seems that when no rows are selected in the table, all of that data is sent over as a collection to PowerApps. But when a single row was selected in the PowerBI Table, no data is sent over to PowerApps. 

 

My text boxes have something similar to the following in the Default property: First(PowerBIIntegration.Data).ObjectName 

 

What is the appropriate syntax to use in a PowerApps App to display only the PowerBI highlighted row in PowerApps ? Perhaps I need to change the syntax in PowerApps. But this was working last week....and now it's not...

Thank you. 

 

 

 

pbi.jpg

0 REPLIES 0

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

November Carousel

Fabric Community Update - November 2024

Find out what's new and trending in the Fabric Community.

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

Top Solution Authors