Hi,
I have powerapp visual in Power BI report. As refresh of PBI report is late, I would like to see actual state of data through PowerApp in PBI report. Problem is that I do not know how to set formula in BrowseScreen->BrowseGallery1 to display items from Source filtered by PowerBIIntegration.Data? I tried with Filter(Source1,PowerBIIntegration.Data.ID=ID) but with no successes. Thanks in advance for any help.
Solved! Go to Solution.
This is what solved my problems :).
Search(AddColumns(PowerBIIntegration.Data, "STATUS_FROM_SOURCE", LookUp(Source1, ID = First(PowerBIIntegration.Data).ID, STATUS)),TextSearchBox1.Text,"ID")
This is what solved my problems :).
Search(AddColumns(PowerBIIntegration.Data, "STATUS_FROM_SOURCE", LookUp(Source1, ID = First(PowerBIIntegration.Data).ID, STATUS)),TextSearchBox1.Text,"ID")
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
199 | |
70 | |
50 | |
46 | |
20 |
User | Count |
---|---|
257 | |
121 | |
84 | |
79 | |
69 |