Hello everyone,
Firstly I'm afraid I couldn't elaborate well about the issue, but let me try.
So, I create a blank canvas for sending email with PowerApps. There is no data source attached other than Office365 Users and Office365 Outlook.
Next step I want to use it from my Power BI report. So I added this PowerApps from Power BI Services, drag a column from one of my Power BI table, lets say Employee, the fields is "Name", then add my existing PowerApps and edit it. Under PowerApps studio, I can see new node : PowerBI Integration added into my apps, and in one of my Textinput, I added PowerBI value in its Default :
First([@PowerBIIntegration].Data).'Name'
It's working well at first. inside Power BI report, I can use my apps with value "defaulted" from Power BI table. However actually this Apps intended to be general purposes, used not only for Employee. I have other table which has "Name" as well, and would like to have the same "sharing value"
For example, if I'm using / displaying table Customers, I would like to pass its "Name" to my apps and use it.
Currently, this not working. In my understanding, it is because at first, the connection, PowerBI Integration is build with Employee : "Name" not Customer : "Name"
How am I going to use it with any table I have with "Name" and pass it to the same PowerApps ? Later I may need to pass Vendor's Name or maybe other table which has a person's name. Any addition code I should put inside my apps ?
Thanks,
Axal