I'm trying to add a Power Query resource to Azure Data Factory v2 (ADF). The dataset that I'm consuming is Parquet. I can successfully preview the data from within the dataset. As well, I can open and read the .parquet file from it's location in Azure Data Lake Storage Gen2 (ADLS) through Azure Storage Explorer.
When I create a Power Query and add the dataset, the Power Query displays this error: "We could not evaluate this query due to invalid or missing credentials."
The linked service from ADF to ADLS is authenticated through an account key in Azure Key Vault. The data copy action uses this linked service to write to ADLS sink, go this is confirmed to be good. I also confirmed the URL within the Power Query query is the correct ADLS endpoint for the resource.
How do I resolve the "We could not evaluate this query due to invalid or missing credentials" error?