March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
Hi All,
I have been trying out the new PowerApps Visual in Power BI but have been struggling to understand how to filter an existing App on the Power BI fields (“PowerBIIntegration”).
In this scenario I have:
The functionality I would like to achieve is filtering that first BrowseScreen1 based on slicers I would like to use on the Power BI report. Ideally the slicers I would like to use are Assigned To, Priority, Status and Category.
To begin with I have tried filtering on the Assigned To field (third screenshot) however have not had much luck in this area even before trying to filter/slice on multiple fields.
Any help moving this forward would be much appreciated.
Thanks,
Ashok
Solved! Go to Solution.
Thank you Michael @v-micsh-msft.
I have done some more testing on this and found a way to achieve the desired outcome.
The steps below are fairly straightforward, uses the standard PowerApps template for SharePoint (with some modifications) and is context sensitive to the slicers and selections made on the PowerBI report including Person fields.
Hopefully the steps above help anyone else looking to achieve a similar outcome.
Thank you for taking the time to document this. I was struggling with getting my BI filters to work with the embeded App. I had one issue that took me time to solve and that was that it worked much better via BI web edit than via BI Desktop. The thing seemed to match your steps much closer and things worked.
Thank you!
Hi thank you for this solution - it has partly solved a similar problem that I am facing.
Specifically, I am trying to take Filter Context from Power BI to my Data Write Back (Edit Form) Power App. Such that when a user selects a unique value in a Power BI slicer, the Power App will update to reflect this. There is additional complexity in that selections made by the slicer should be written back with other fields in the Power App edit form. For context, the user should always see what the selection is in the Power App, and this should be written back too.
I am currently facing two issues:
1. My Power App is connected to the table that I am using for slicer in Power BI (it contains a column with all the possible unique values) I have a gallery that references this table via PowerBIIntegration, and then an edit form which does a LookUp on the gallery. The table connected to the edit form has all the columns for which I want to write back data. Unfortunately, if the value does not exist already in this table, then I cannot filter to it on the Power App.
2. Rather than create a new row in the write back table each time an edit form is submitted the current set up is overwriting on the unique column name..
Any thoughts or tips on how to move forward would be much appreciated..
Assigned to field is a people or group field, which currently is not supported for delegation in PowerApps when using this field with filter functions (and it is a little complicated to write the filter in your scenario ).
And currently Power BI and PowerApps handles the Person or group field differently. There is no option that I am aware of to make them work together.
Basically, if you would like to fitler the Gallery, it is recommended to take use of text or number type column, the formula for items property of the Gallery should be as below (please edit the App by clicking the PowerApps Visual Edit option at the top right):
Filter(SharePointList, Title in PowerBIIntegration.Data.Title)
Which should be able to show you the filtered results under PowerApps visual.
see results:
Adding blog for your reference:
Walk through of using the PowerApps custom visual in Power BI
Regards,
Michael
Thank you Michael @v-micsh-msft.
I have done some more testing on this and found a way to achieve the desired outcome.
The steps below are fairly straightforward, uses the standard PowerApps template for SharePoint (with some modifications) and is context sensitive to the slicers and selections made on the PowerBI report including Person fields.
Hopefully the steps above help anyone else looking to achieve a similar outcome.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.