HOTSPOT
-
You have a semantic model that has the relationships shown in the following exhibit.
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: role-playing
filter FactOrderDetails on OrderDate
Explanation: DimDate is used multiple times for different date roles (OrderDate, ShippedDate, RequiredDate), making it a role-playing dimension. Only the active relationship propagates filters automatically; the active one is OrderDate.
Question 32
HOTSPOT
-
You import a Microsoft Excel spreadsheet into Power Query Editor and name the query Sales_Spreadsheet.
Sales_Spreadsheet contains the following columns:
• Customer ID
• Customer Name
• Date
• Total Sales Amount
You plan to use the Sales Spreadsheet query to load two tables named Customer and Sales into the associated semantic model. The tables relate to each other on the Customer ID column of each query. The solution must meet the following requirements:
• The Customer query must contain the Customer ID and Customer Name columns.
• The Sales query must contain the Customer ID, Date, and Total Sales Amount columns.
• Power Query logic must be consolidated to avoid the duplication of logic across the queries and ensure that only one location is used to update the logic.
You need to identify how to create the Sales query, and what to do to the Sales_Spreadsheet query before loading the model?
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Sales: Reference the Sales_Spreadsheet query.
Sales_Spreadsheet: Disable the load to the model.
Explanation: Use the imported query as the single staging query. Create Customer and Sales as reference queries so all shared transformation logic is maintained in one place. The staging query should not be loaded to the semantic model, only the final Customer and Sales queries should be loaded.
Question 33
DRAG DROP
-
You have a Power BI semantic model that contains two tables named Dim Location and Fact Deliveries. The relationships between the tables are configured as shown in the following table.
The model contains one measure that has the following formula.
Deliveries = COUNTROWS(‘Fact Deliveries’)
You need to create a new measure that counts the number of deliveries based on the destination location.
How should you complete the DAX expression? To answer, drag the appropriate functions to the correct targets. Each function may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: CALCULATE
USERELATIONSHIP
Explanation: Use CALCULATE to evaluate the existing measure under a modified filter context, and USERELATIONSHIP to temporarily activate the inactive relationship between Dim Location[Location ID] and Fact Deliveries[Destination Location ID].
Question 34
You have a Microsoft Fabric eventhouse named Eventhouse1 that contains high-velocity and high-volume data from IoT devices.
Eventhouse1 can be queried to deliver data to reports in near-real-time (NRT).
You plan to use Power BI Desktop to create a report that will contain both historical and live data.
You need to connect to Eventhouse1. The solution must minimize development effort.
What should you do?
A. Build a composite model.
B. Use DirectQuery connectivity mode.
C. Use Import connectivity mode.
Show Answer
Correct Answer: B
Explanation: Use DirectQuery to connect Power BI Desktop directly to the Eventhouse so the report always queries the latest near-real-time and historical data stored in Eventhouse. A composite model is useful when combining different storage modes or sources, but it adds unnecessary complexity here because both historical and live data are available from the same Eventhouse. Import mode would not provide near-real-time updates.
Sources:
https://learn.microsoft.com/en-us/fabric/fundamentals/track-visualize-data
Question 35
You have a PBIX file that contains sensitive information.
You need to secure the information to meet the following requirements:
• Only internal users must be able to open the file if the file is shared via email.
• Once the file is published, only internal users must be able to open the semantic model and the report downloaded from the Power BI service.
What should you do?
A. From Microsoft Power BI Desktop, apply a sensitivity label.
B. Certify the semantic model and the report.
C. Use a live connection for the file.
D. From the Power BI service, apply a sensitivity label.
Show Answer
Correct Answer: A
Explanation: Applying a sensitivity label in Power BI Desktop protects the PBIX file itself before publishing, including when it is shared via email, and the sensitivity label is retained after publishing so downloaded reports and semantic models remain protected for internal users. Certifying content does not provide security, a live connection does not protect the PBIX file, and applying a label only in the Power BI service does not protect the PBIX file before publication.
Question 36
You have a Fabric workspace named Workspace1 that contains two Power BI reports named Report1 and Report2.
You create a workspace app that contains both reports.
You need to ensure that the app meets the following requirements:
• Report1 must be visible to all the users in your organization.
• Report2 must be visible to only a security group named Group1.
What should you do next?
A. Assign Group1 the Viewer role for Workspace1.
B. Create an audience and assign Group1 to the audience.
C. Allow access to the hidden content of the app.
D. Share Report1 with the built-in All users security group.
Show Answer
Correct Answer: B
Explanation: Use app audiences to control which users can see specific content within a single Power BI/Fabric app. Configure one audience for everyone in the organization that includes Report1, and another audience for Group1 that includes Report2 (and optionally Report1 if Group1 should also see it). Workspace Viewer permissions apply to the entire workspace, sharing a report bypasses app content targeting, and hidden content settings do not provide group-based visibility control.
Question 37
HOTSPOT
-
You have a Fabric workspace that contains the items shown in the following table.
You need to make content available to the management department and the accounting department at your company. The solution must meet the following requirements:
• The management department must have view access to the Headcount and Department Expenses reports.
• The management department must NOT be able to view any other current or future reports.
• The management department must NOT be able to build new reports by using the semantic models.
• The accounting department must only be able to view the Company Expenses report.
• The accounting department must be able to build new reports by using the Expenses semantic model.
The solution must follow the principle of least privilege and minimize administrative effort.
How should you make the content available to the users in each department? To answer, select the appropriate options in the answer area.
NOTE: Each collect selection is worth one point.
Show Answer
Correct Answer: Management: Publish an app
Accounting: Publish an app
Explanation: Apps let you include only selected reports, preventing access to other current/future reports. For management, do not grant Build permissions. For accounting, include only Company Expenses and enable Build permission on the Expenses semantic model in the app.
Question 38
HOTSPOT
-
You have the Performance analyzer results shown in the following exhibit.
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: August 2024 Active User %
August 2024 Active User %
Explanation: The slowest visual is the one with the highest total duration. 'August 2024 Active User %' has the highest total duration (474 ms). Its 'Other' time (286 ms) is also the largest, and 'Other' represents time spent waiting for other visuals/background processing.
Question 39
You are creating a Power BI report that will contain multiple visuals.
You need to ensure that the report is accessible to users who use a screen reader.
Which two configurations should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A. consistent fonts for each visual
B. alt text for each visual
C. the tab order for each page
D. consistent colors for each visual
E. Play Axis for each page
Show Answer
Correct Answer: B, C
Explanation: For Power BI accessibility, provide alternative (alt) text for visuals so screen readers can describe them, and configure the tab order on each report page so keyboard and screen reader users navigate visuals in a logical sequence. Consistent fonts and colors can improve usability but are not the specific screen reader accessibility configurations, and Play Axis is unrelated.
Question 40
You are creating a visual in a Power BI report. The associated semantic model contains sales from the last four years for three products.
You need to display the total sales by quarter categorized by product. The visual must display trends in both total sales and individual product sales.
Which type of visual should you use?
A. area chart
B. clustered column chart
C. stacked area chart
D. line chart
Show Answer
Correct Answer: C
Explanation: A stacked area chart is designed to show trends over time while also showing the contribution of each category to the total. With quarter on the time axis and product as the legend, it displays both the overall sales trend (top boundary of the stacked areas) and the individual product sales contributions over time. A line chart shows trends well but does not inherently display the cumulative total and category composition in the same way.
$19
Get all 369 questions with detailed answers and explanations
Instant download HTML + PDF delivered the moment payment clears.
Secure Stripe checkout we never see or store your card details.
7-day refund if files are defective see our refund policy.