Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I'm trying to load data from our Azure CosmosDB container but whenever I try to view a table column or try to expand it, it results in an error or is not loading any columns or doesn't load at all:
Which is odd considering there should be data in there in this format:
[
{
"WebTrfId": "99999998_1_1_061838",
"Fields": [
{
"FieldId": 7944,
"FieldValue": "04/23/2024",
"FieldDeleteValue": null,
"ParentFieldReference": null,
"ParentFieldName": null,
"FieldName": "<p>Review_Date</p>7944",
"VersionID": 10
}
]
}
]
Is there any way I can diagnose this or find the cause of the problem? I am able to pull the data using SQL but we were advised to use the Azure Cosmos DB v2 connector due to recent changes in the company.
Solved! Go to Solution.
Hi @olimilo,
Based on your description, the error you mentioned is caused by not having the correct columns in the data source or the column names do not match the column names in the data source. So first, make sure that your data source (Azure Cosmos DB container) does contain the required data. You can use SQL queries or other methods to verify that the data exists. Second, check that your code is correctly fetching the data from Azure Cosmos DB. In particular, make sure that the column names and field names you are using match the actual names in the database.
You can refer to this document for more information about Azure Cosmos DB v2.
Power Query Azure Cosmos DB v2 (Beta) - Power Query | Microsoft Learn
Best regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @olimilo,
Based on your description, the error you mentioned is caused by not having the correct columns in the data source or the column names do not match the column names in the data source. So first, make sure that your data source (Azure Cosmos DB container) does contain the required data. You can use SQL queries or other methods to verify that the data exists. Second, check that your code is correctly fetching the data from Azure Cosmos DB. In particular, make sure that the column names and field names you are using match the actual names in the database.
You can refer to this document for more information about Azure Cosmos DB v2.
Power Query Azure Cosmos DB v2 (Beta) - Power Query | Microsoft Learn
Best regards,
Albert He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
20 | |
20 | |
16 | |
13 |
User | Count |
---|---|
41 | |
24 | |
22 | |
18 | |
12 |