Trying to decide if PowerApps is the right solution for what I need.
I know I can embed a PowerApp within PowerBI and have it respond to PowerBI filters/slicers by using PowerBIIntegration.Data.
I know I can also embed a PowerApp within PowerBI and have it connect to SQL Server and have full CRUD functionality.
My question is can I have an embedded PowerApp do both?
How would I set up the data sources in PowerApps? If I use PowerBIIntegration.Data as the source, I can't write back to SQL. If I use direct SQL connection - I don't think I can use the filters?
I basically just want to have a filterable excel-like list in PowerBI and have an embedded app that allows writing to SQL after you have made a row selection.
Thanks