Cost Intelligent Dashboards Quicksight Problem

0

I wanted to map the account ids to the account name. So, I edited the summary dataset with a new account map from the organization data table account map instead of the CUR table. Enter image description here

Then I refreshed my dataset and headed to the dashboard. Now I get the below error: Enter image description here

Please advise, will it be fixed after waiting a couple of hours? Or do I need to somehow manually force the changes or rebuild the dataset/analysis/dashboard?

Thank you in advance.

Ash
asked 10 months ago383 views
2 Answers
2

Best way to add account names from organization_data is by using this guide- https://wellarchitectedlabs.com/cost/200_labs/200_cloud_intelligence/cost-usage-report-dashboards/dashboards/code/0_view0/

Go over Option3 steps.

After you change account_map according to option 3:

  • On Athena- Run "select * from account_map" and validate that you can see data
  • On QuickSight -> DataSets -> summary_view -> Click on Edit DataSet and [1] validate its load correctly [2] click on Publish & Save button
  • On QuickSight -> DataSets -> summary_view -> refresh dataset
  • On QuickSight -> DataSets -> CUDOS Dashboard -> validate that you can see dashboard data
AWS
answered 10 months ago
0

Most likely you have overlapping column names in organization_data and account_map datasets. Which columns you have organization_data dataset? If it's account_id, account_name mapping you can change account_map view to use organization_data and remove organization_data dataset in the summary_view join. As suggested above this document describes how to set up mapping https://wellarchitectedlabs.com/cost/200_labs/200_cloud_intelligence/cost-usage-report-dashboards/dashboards/code/0_view0/. In your case it's option 3 and as you can see it only requires change in account_map view, no changes required to QuickSight datasets

profile pictureAWS
EXPERT
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions