Forum Discussion
PowerBI Integration into Power Apps not working
- Anonymous2 years ago
Hi,BenRedmond
Thanks for the quick reply.Regarding the issue you raised, my solution is as follows:
You're right, instead of editing PowerApps visuals from PowerBI Desktop, you need to upload your existing report to the service and edit the PowerApps visuals in edit mode.
Here are screenshots of other users' answers:
Here are links to questions that have similar issues to you:
Solved: Integrated PowerApp not showing data - Microsoft Fabric Community
PowerBIIntegration in Power Apps - Does Not Work F... - Microsoft Fabric Community
Of course, if you have any new ideas, you are welcome to contact us.
Best Regards,
Leroy Lu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
You are missing the return value.
Filter, Search, and LookUp functions - Power Platform | Microsoft Learn
Thanks for your reply, and I'm sure I'm missing something, but I don't understand what you mean by return value. Could you explain in more detail?
Thanks!
- lbendlin2 years agoSuper User
lookup needs three parameters, you only provided two.
- BenRedmond2 years agoFrequent Visitor
Maybe I'm misunderstanding it, but the third parameter is optional, and given that I want to return the entire record from the sharepoint list that corresponds to the key field I passed from power bi, the documentation you posted suggests that I shouldn't include the third parameter.what am I missing?
- BenRedmond2 years agoFrequent Visitor
I've also tried using a gallery with a filter command instead of a lookup, so no third parameter to worry about, and that gives the same error: that the STUDENT_CLASS_ID is not recognised. That is what I do t understand, be used that is the field I am passing from PowerBi.
Sorry, I'm new to power apps, so I'm just trying to get my head around why this doesn't work.