Hi all!
I'm trying to create a form connected to PBI in order to do write back.I am quite new so I have seen the following tutorial
https://www.youtube.com/watch?v=uPHwjPRnRwE
In my case I can't do the same because it may be used to create new lines, not existing on the table. That's why I'm trying to select the default option of each of the elements separately, not in full form. Doing this I have found a stopper.
Objects are dropdown lists.
On the default formula I have tried to write 2 options:
- LookUp('Test Narratives';Metric=First(PowerBIIntegration.Data.'Business Segment'))
- First(PowerBIIntegration.Data.'Business Segment')
On both I have similar error:
- Incompatible types for comparison. You can't compare these types: Record,Record
- Incompatible types for comparison. You can't compare these types: Record,Text
Can anyone help me?

Report
All responses (
Answers (