
Is there a way to pull virtual column values from Dynamics using Azure Data Factory (ADF)? For example, in addition to OwnerId column, i also want to see OwnerName. Currently, when i pull data on ADF using the Dynamics connector, I only get the ID/GUID, and no name columns. This is a real limitation because it means the only way to get the name columns is to do many joins (hundreds).
Any alternative suggestions to ADF would also be appreciated.