Hello Power Platform Community,
I want to use data stored in OneLake as part of my Power Platform solution. There are two tables in OneLake that I would like to import into Dataverse to use in my model-driven app. Since I didn't want to copy the data into Dataverse, I used Virtual Tables in Dataverse to reference OneLake.
The relationship between T1 and T2 is one to many (T2 already contains a FK column storing T1's PK). Additionally, the OneLake data is going to be refreshed once a day. My question is: how can I create a lookup relationship between these two tables after the virtual tables are created? I don't seem to be able to change the column type of FK in T2 to lookup.
Any guidance on how to achieve this would be greatly appreciated!
Thank you in advance!