- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2025 07:33 PM
Where to view the backend table of the spend analysis dashboard in cloud cost management workspace? I opened the cloud cost management workspace in UI builder, however the table is grey with "task", however I'm pretty sure the backend table of the dashboard is not task as task table doesn't have cost billing data.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2025 11:03 AM - edited ‎04-20-2025 11:13 AM
Hello @Lisa71 ,
There are multiple tables involved.
For example, the data for the graph in the "Cloud Spend Analytics" tab is pulled from the sn_cld_spend_core_monthly_provider_agg_cost table, while the "Record view" list below is based on sn_cld_spend_core_monthly_aggregated_cost.
You can see the list of all tables with daily and monthly cost data by filtering for Application = Cloud Spend Reports Core AND Name Ends with "cost":
PS: How to find out which element of the Workspace is backed by which table:
For "Record view" it's relatively easy to find out, as the table is shown in the "Data" section when selecting the element.
For the graph it's a bit more difficult:
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2025 08:05 PM
did you try opening the record and see what comes in browser url?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2025 11:12 PM
This is what I viewed. The url doesn't contain table parameter, in the data source pop up window, I see the table is always "task", however it shouldn't as task doesn't have those columns displayed in the page like EA billing table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2025 11:42 PM
not very sure then
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2025 11:03 AM - edited ‎04-20-2025 11:13 AM
Hello @Lisa71 ,
There are multiple tables involved.
For example, the data for the graph in the "Cloud Spend Analytics" tab is pulled from the sn_cld_spend_core_monthly_provider_agg_cost table, while the "Record view" list below is based on sn_cld_spend_core_monthly_aggregated_cost.
You can see the list of all tables with daily and monthly cost data by filtering for Application = Cloud Spend Reports Core AND Name Ends with "cost":
PS: How to find out which element of the Workspace is backed by which table:
For "Record view" it's relatively easy to find out, as the table is shown in the "Data" section when selecting the element.
For the graph it's a bit more difficult:
Regards,
Robert