
Answer-first summary for fast verification
Answer: Inspect the nightly job in the BigQuery interface to identify any errors or issues that may have occurred during the data refresh.
Option B is the correct approach because the issue likely stems from the data refresh process in BigQuery. Reviewing the nightly job in BigQuery allows you to directly identify any errors or issues that may have caused the dashboard charts to break. This method is the most targeted and effective for diagnosing problems related to data refresh and integrity. Options A, C, and D are less relevant or effective for this specific scenario, as they either do not directly address the data refresh issue or are not applicable to the context of Data Studio and BigQuery integration.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You've observed that some charts in your Data Studio dashboard are not displaying correctly. This dashboard is connected to a BigQuery table, which is updated throughout the day with new data. A nightly job then recalculates the daily summary and overwrites the table. What steps should you take to identify and resolve the issue?
A
Check the Error Reporting page for any errors related to your dashboard or the BigQuery job.
B
Inspect the nightly job in the BigQuery interface to identify any errors or issues that may have occurred during the data refresh.
C
Use Cloud Debugger to examine the state of the application responsible for the data refresh, assuming it's applicable.
D
Create a filter in Cloud Logging specifically for your Data Studio report to review relevant logs.