Hello!
Looking for some assistance with a use case involving an Embedded Powerapp within a PowerBI Dashboard (Dataverse backend)
Trying to have end users select a record on the table below in PowerBI, and when they click one of the buttons below it adds a row to the dataverse table.
I've been trying to use different variations of the script below but haven't made any headway. Any insight / assistance would be appreciated.
Patch(
DataverseTable,
LookUp(DataverseTable, PrimaryKeyField = Selected.PrimaryKeyField)
)
