-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An error occurred in the ‘ftk_LoadData’ query. Expression.Error: The field 'Tags' already exists in the record #493
Comments
I have the same problem. An error occurred in the ‘ftk_LoadData’ query. Expression.Error: The field 'Tags' already exists in the record. |
We separated the connector from hubs due to issues it was causing in the Power BI service. This should be working in the new CostManagementConnector report. @p-reimer, can you try this new report: https://github.com/microsoft/finops-toolkit/raw/dev/src/power-bi/CostManagementConnector.pbix @baptistepa, are you also using the Cost Management connector? If so, can you also try that? I'll move this issue to 0.2.1 to keep track of it, but please do let me know if this resolves the issue. |
Uh oh! @baptistepa, the image you shared is missing helpful alt text. Check #493 (comment). Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image. Learn more about alt text at Basic writing and formatting syntax: images on GitHub Docs. |
Uh oh! @p-reimer, the image you shared is missing helpful alt text. Check #493 (comment). Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image. Learn more about alt text at Basic writing and formatting syntax: images on GitHub Docs. |
@p-reimer Can you email me at micflan@ms? (Spell out the company name + ".com". Hiding from bots.) |
Update: Scheduled a meeting with @preimerSerrala to investigate further. |
We noticed the connector for MCA has both a
Please note this is a quick fix. I am not sure why there are 2 columns for tags. Ideally, we should be merging both into a single column. This renames one so you will see |
We also noticed an issue with the recommendation queries for MCA where some columns were missing. You can replace those with the following:
Please note the
|
Fixes #493 1. x_BilledCostInUsd error (CostInUsd not found) 2. x_BilledPricingCost error (CostInPricingCurrency not found) 3. Actual/amortized cost columns were not merged (resulted in "__NEW_" columns) 4. __NEW_ResourceGroupName column shouldn't be there 5. Handle "tags" and "Tags" in MCA data (rename Tags to Tags2) 6. Change ChargeSubcategory "Other" for usage to "On-Demand" 7. x_SkuTerm error due to MCA values being different from EA
For anyone who needs this before the 0.2.1 release, you can download the latest from the dev branch. |
🐛 Problem
When trying to connect via the Cost Management connector Power BI can't load the data with the error:
An error occurred in the ‘ftk_LoadData’ query. Expression.Error: The field 'Tags' already exists in the record
This occurs on the CostSummary report.
👣 Repro steps
🤔 Expected
The data is getting updated from the Azure Cost Management API
Thank you and best regards,
Pascal
The text was updated successfully, but these errors were encountered: