You have the tables shown in the following table.The Impressions table contains approximately 30 million records per month. You need to create an ad analytics system to meet the following requirements: ✑ Present ad impression counts for the day, campaign, and site_name. The analytics for the last year are required. Minimize the data model size.
Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. Create one-to-many relationships between the tables. B. Group the Impressions query in Power Query by Ad_id, Site_name, and Impression_date. Aggregate by using the CountRows function. C. Create a calculated table that contains Ad_id, Site_name, and Impression_date. D. Create a calculated measure that aggregates by using the COUNTROWS function. Suggested Answer: AB Incorrect: Not C: A calculated table would increase the data model size. Not D: Need Impression_date etc. This question is in PL-300 Exam For getting Microsoft Power BI Data Analyst Associate Certificate
Please login or Register to submit your answer