Valid DAA-C01 Dumps shared by EduDump.com for Helping Passing DAA-C01 Exam! EduDump.com now offer the newest DAA-C01 exam dumps, the EduDump.com DAA-C01 exam questions have been updated and answers have been corrected get the newest EduDump.com DAA-C01 dumps with Test Engine here:
You are tasked with creating a dashboard in Snowsight to visualize sales data'. You have a table 'SALES DATA' with columns 'ORDER_DATE (DATE), 'PRODUCT CATEGORY (VARCHAR), 'SALES_AMOUNT (NUMBER), and 'REGION' (VARCHAR). The business requirements include the following: 1. Display total sales amount by product category in a pie chart. 2. Display a table showing sales amount for each region for a user-selected date range. 3. Allow the user to filter both visualizations by a specific region. Which of the following approaches would BEST satisfy these requirements using Snowsight dashboards and features?
Correct Answer: B
Option B is the most effective because it utilizes dashboard variables for 'REGION' , 'START_DATE, and 'END_DATE' , allowing users to dynamically filter both the pie chart and the table. It also leverages SQL queries within Snowsight for data retrieval and aggregation, making it a straightforward and efficient solution. Option A is less flexible due to the manual date range entry. Option C unnecessarily introduces Python scripting, complicating the solution. Option D is inefficient as it creates separate dashboards. Option E creates a good base, but relies on option B to implement a dashboard with interactive filters.