Question.6 You create a dashboard in Power BI. You share the dashboard with the sales team. Sales team members report that they can see information for the entire company. You need to ensure that the team is able to see only data for their team. Where must you configure this restriction? (A) Dashboard (B) Report (C) Dataset (D) Settings |
6. Click here to View Answer
Correct Answer : C
Exaplanation : Restrict access to the dataset. Note: Another way of setting access is through manage permission in the dashboard, report, or dataset. If you share a dashboard, by default the report and the dataset will also be shared as read-only for users. Reference: https://radacad.com/dashboard-sharing-and-manage-permissions-in-power-bi-simple-but-useful
Question.7 A company creates an app that uses Microsoft Dataverse tables. The app creator wants to verify that the app is operating as expected by using a sample set of real-world data. You need to import the sample data into Dataverse tables. Which two technologies can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. (A) Power BI (B) SharePoint (C) Power Query (D) Dataflows |
7. Click here to View Answer
Correct Answer : C, D
Exaplanation : C: You can create a table in Dataverse and fill that table with data from an OData feed by using Power Query. You can use the same techniques to integrate data from these online and on-premises sources, among others: SQL Server – Salesforce – IBM DB2 – Access – Excel – Web APIs – OData feeds – Text files – D: You can create a new Dataverse table that stores all the metadata from the dataflow run. For every refresh of a dataflow, a record is added to this table. You can also store metadata for multiple dataflow runs in the same table. Reference: https://docs.microsoft.com/en-us/power-query/dataflows/load-dataflow-metadata-into-dataverse-table https ://docs.microsoft.com/en-us/power-query/dataflows/add-data-power-query
Question.8 You have been tasked with building a canvas app that allows users to track to track time on mobile devices. You should add a Sign-in screen, a screen to record the user’s time entries for the week, and a screen to amend the user’s recent time records. Users will be issued ID cards that includes the user’s name and a recent picture, as well as a QR code that will include the user’s employee number. You want to make sure that the app shows the user’s photo upon scanning their ID cards. You add an Icon control to the app. Does the action achieve your objective? (A) Yes, it does (B) No, it does not |
8. Click here to View Answer
Correct Answer : B
Exaplanation : Reference: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/reference-properties
Question.9 Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. A company is deploying Microsoft Power Platform components to streamline a job candidate screening process. The human resources (HR) representatives of the company plan to attend school career fairs. The HR representatives must qualify and enter potential job candidates into a Power Apps app. The HR representatives must enter the following information for each candidate: If a candidate is currently unqualified for a job position but would eventually qualify based on follow-up criteria, the follow-up checkbox must be selected or cleared in the system immediately. The company plans to create a similar Power Apps app that will contain the same business use case, but for internal employees and promotions. You need to create a Power Apps app solution to automatically mark the candidate for follow up. Proposed solution: Create a Power Automate flow with conditions that use entered data as default data. Does the solution meet the goal? (A) Yes (B) No |
9. Click here to View Answer
Correct Answer : B
Exaplanation : Instead use Common Data Service workflow with a PowerQuery on the data entity. The solution doesn’t use the app to mark follow up. The flow runs later and doesn’t update the app right away. The HR reps can’t see the follow-up status. A better solution is to use a formula in the app that sets the follow-up checkbox based on the data. For example: If(Or(Degree = “Bachelor’s”, First available hire date <= Today() + 30, Initial impression >= 7), true, false) This formula checks the criteria and sets the follow-up checkbox accordingly. This way, the HR reps can see the follow-up status in the app. Note: Process (Workflow) table/entity reference is a set of logical rules that define the steps necessary to automate a specific business process, task, or set of actions to be performed. Common Data Service workflow support: Filter triggers based on which attributes change – You can control which field changes trigger your automated flows. For example, trigger your flow only when the status field changes while ignoring all other fields that may change. Reference: https://docs.microsoft.com/en-us/business-applications-release-notes/april19/microsoft-flow/automated- parity-classic-common-data-service-workflows
Question.10 DRAG DROP – You are designing a canvas app that will be used by all users including users who have vision impairments. Which outcome is achieved by each action? To answer, drag the appropriate outcomes to the correct actions. Each outcome 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. Select and Place: |
10. Click here to View Answer
Correct Answer :

Exaplanation : All answers are Visible to Screen-Reader user Only. Reference: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/accessible-apps-content-visibility