Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
To the collective smarty pants-
I have been searching for answers to a problem that I am not sure if it is Power BI, Power Apps or Dynamics CRM who holds the solution. I've embedded a Power App into Power BI (tried both the service and desktop). I've also built the app 2 different ways, one starting with Power BI and the other starting with Power Apps, then loading to Power BI. All methods revolve around 1 Dynamics CRM entity.
I have contacted a IT vendor that supports Microsoft products, they did not have a solution to my problem. This doesn't warrant a support ticket to Microsoft as I cannot rule out this being something I have wrong or not learned yet.
I don't expect a solution without providing examples, but perhaps someone can point me in the right direction?
Thank you for your time.
@KEB , I am not an expert on this. See if these links can help
For power BI power app refer
https://www.youtube.com/watch?v=LxuRzj0X348
For power app and Dynamic
https://www.youtube.com/watch?v=F4WRBivyKeQ
https://www.youtube.com/watch?v=qJJyBPJlm7k
Dynamics power bi
https://www.youtube.com/watch?v=rkriIa4go1Q
Power BI consumes a data source, (without advanced witchcraft) it cannot write back into the data source.
The PowerApps app can do both - it can connect to a recordset/gallery, it can display the data, and it can write back into the data source.
If you want both to cooperate then you need to cut down on the PowerApps functionality. Don't use PowerApps for displaying data, only use it for the data entry.
Once that part is done you can add the PowerApps visual to your Power BI Desktop file, and wire it in . That means you need to explain to the PowerApps visual which datapoints it should pull from the Power BI dataset. Technically you can also not do that, and leave the PowerApp visual unwired. That means the user can only do manual data entry etc.
You may need another step to complete the roundtrip. Entering the data in the PowerApp visual will not automatically refresh the Power BI data unless your Power BI dataset is direct Query and you have enabled automatic page refresh. Otherwise you need to manually refresh.
As you probably notice by now this is a klutz, but it's the best klutz we have so far for the data write back. I sure hope something better than that is on the Power BI roadmap.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
88 | |
87 | |
35 | |
35 |
User | Count |
---|---|
153 | |
99 | |
85 | |
63 | |
54 |