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.
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.
The IOT ID columns are unique to each row in query.
You need to analyze 10T events by the hour and day of the year. The solution must improve dataset
performance.
Solution: You change the IOT DateTime column to the Date data type.
Does this meet the goal?Option B makes more sense but is the question really asking for analysis by both hour and day, or just by date? If they only care about day-level analysis, A could work. But if hour's needed, then turning DateTime into Date would drop too much info and break the requirement.
HOTSPOT You have a Power BI imported dataset that contains the data model shown in the following exhibit. 
For improving report query performance, shouldn't it be about setting the correct cross filter direction? And looking at the diagram, isn't this a star schema since all the dimensions are connected directly to Employee and not each other?
Cross filter direction, star schema.
This comes up a lot on practice tests. The cross filter direction setting really helps manage how filters move through your model and can impact performance, especially with imported datasets. The diagram is classic star schema since the dimension tables just connect to the Employee table. Official docs and sample labs are good resources for this.
You need to create a visual that compares profit across 10 product categories fora selected quarter.
What is the best visual to use to achieve the goal?
There are four departments in the Departments table.
You need to ensure that users can see the data of their respective department only.
What should you do?I used to think B could work if you wanted some user-driven filtering, since parameters can limit data in the query. But it doesn't actually secure data per department by user identity, so users could just switch the parameter. Pretty sure real access restriction needs RLS (A), but parameters might confuse some scenarios. Agree?
Nice straightforward scenario, matches what I've seen in some practice sets.
DRAG DROP You have a Power Bl report that contains a table visual with a measure named Revenue. The Revenue measure returns values within a range of 0 to S. You need to formal the visual so that the Revenue column displays a specific background color based on the value range shown in the following table. 
HOTSPOT You open powerbi.com as shown in the following exhibit. 
SALE and INSURANCE. Seen this setup in official guide practice and the classification tag is always up top by the report name, not above the Q&A fields. If you're prepping, screenshots like these in labs are super helpful for tricky UI questions.
Not sure why some folks are picking INSURANCE as the classification. The tag right by the dashboard title usually marks classification in Power BI, so I think that part's SALE. INSURANCE looks like the dataset for Q&A but it's easy to swap them.
Looks like the tag next to the dashboard title is "SALES," so that's probably the classification. The Q&A section shows "INSURANCE" at the top, which should be the dataset name. I think it's easy to mix those up at a glance, but that's how it lines up in similar Power BI interfaces I've worked with.
DRAG DROP You create a data model in Power BI. Report developers and users provide feedback that the data model is too complex. The model contains the following tables. 
I think the order should start with Merge [Sales_Region] and [Sales_Region] by using an inner join as a new query, then merge [Region_Manager] and [Manager] with inner join, finish with [Sales_Region] and [Sales_Manager] inner join. Pretty sure about step 2, but got a bit mixed up on join directions. Seen similar logic in practice exams. Disagree?
HOTSPOT You publish the dataset to powerbi.com. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
NO, YES, YES is what I picked. You only need a gateway for on-prem data sources, so first one is NO. Scheduled refresh definitely needed if you want up-to-date imports. Also, basic authentication is supported for lots of connectors. Pretty sure that's correct but open to debate if I missed something.




