Hello,
I have a Gallery1 that was linked to Power BI dashboard via PowerBIIntegration. My Gallery is displaying 4 fields: MAP ID, MAP Title, MAP Description, and MAP status.
I then added a Form and connect the form to a Data Source named Table 1, which is the same source where my Power BI Dashboard is built on. I added 3 fields from Table 1 to the form: MAP ID, MAP Title, MAP Status, Remarks.
I want to connect Form to Gallery by using Gallery1.Selected but it gave me an error (Invalid Formula. Expected a value compatible with Data Source).
I then tried using put in the Item property of the form this formula Lookup('Table1', ID=Gallery1.Selected.ID) but that didn't work either.
Can anyone please help??? I've been stuck at this step for 2 days straight