I built an app in PowerApps which is used to modify values in Sharepoint List, which is then rolled up and displayed on PowerBI dashboard. This dashboard is assessing the risk of certain suppliers. I added the PowerApps visual to a tab on my PowerBI dashboard so users can edit the supplier information.
My question is: How do I pass the value from by Supplier Tab dropdown to the PowerApp Default Setting? My PowerBI & PowerApps are attached for reference.
I set the PowerApp dropdown default to the following but it is not accepting this:
LookUp(PowerBIIntegration.Data,Risk_x0020_Title=First(PowerBIIntegration.Data),Risk_x0020_Title)
I used Risk Title (as this is the PowerBI name) vs. OData_RiskTitle (as this is the Sharepoint Name) but neither work.
I was trying to leverage step 4 here for how to build this:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/powerapps-custom-visual
Hi @Anonymous ,
The formula in Items property shows that the data source of this dropdown is the SharePoint list, but you are using the Power BI data as the Default item in this dropdown contorl.
Also, what is the column type of OData_RiskTitle in SharePoint?
Regards,
Mona
Thanks Mona for the reply -
RiskTitle in my Sharepoint List is Single line of text.
I tried changing Items = PowerBIIntegration.Data.Risk_x0020_Title which is not accepted. It will accept PowerBIIntegration.Data.OData_RiskTitle but no values show up in the drop down, because _RiskTitle is not in Power BI.
It appears that PowerApps doesnt know what has been passed to it from BI.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
198 | |
53 | |
41 | |
41 | |
37 |
User | Count |
---|---|
263 | |
86 | |
71 | |
69 | |
66 |