Question 98 of 388
Choose 2You 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.
AGroup the impressions by Ad_id, Site_name, and Impression_date.Aggregate by using the CountRows function.
✓BCreate one-to-many relationships between the tables.
✓CCreate a calculated measure that aggregates by using the COUNTROWS function.
DCreate a calculated table that contains Ad_id, Site_name, and Impression_date.
✓
Correct Answer: B, C
Create one-to-many relationships between the tables.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Microsoft certification topics.