The PowerBIIntegration.Data is a 'Table' built by the Power BI report after the user makes a selection, so you wouldn't use this for your app dropdown. Simply reference your backend data source of the report, for example SQL.
Process / Pseudo code
- User looks at report and eyeballs an Order number
- Users selects required O/N from dropdown
- PowerApp looks up O/N in data source
- Users makes changes and changes are Patched to the data source
- If using Direct Query data source, users will see changes immediately if you add PowerBIIntegration.Refresh() to the end of your Patch
@mterry