Analyzing Data with Microsoft Power BI (legacy) — Question 4
You are developing a sales report that will have multiple pages. Each page will answer a different business question.
You plan to have a menu page that will show all the business questions.
You need to ensure that users can click each business question and be directed to the page where the question is answered. The solution must ensure that the menu page will work when deployed to any workspace.
What should you include on the menu page?
Answer options
- A. Create a text box for each business question and insert a link.
- B. Create a button for each business question and set the action type to Bookmark.
- C. Create a Power Apps visual that contains a drop-down list. The drop-down list will contain the business questions.
Correct answer: B
Explanation
The correct answer is B, as using buttons with the action type set to Bookmark allows users to navigate directly to the respective pages efficiently. Option A, while functional, does not provide the same level of interaction as buttons. Option C, although a viable option for selecting questions, does not directly facilitate navigation to specific pages in the same manner.