Designing and Implementing Enterprise-Scale Analytics Using Microsoft Azure and Power BI — Question 69
You have a kiosk that displays a Power BI report page. The report uses a dataset that uses Import storage mode.
You need to ensure that the report page updates all the visuals every 30 minutes.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Configure the data sources to use DirectQuery.
- B. Select Auto page refresh.
- C. Enable Power BI embedded.
- D. Enable the XMLA endpoint.
- E. Add a Microsoft Power Automate visual to the report page.
- F. Configure the data sources to use a streaming dataset.
Correct answer: A, B
Explanation
The correct answers are A and B because configuring the data sources to use DirectQuery allows for real-time data access, while enabling Auto page refresh ensures that the visuals automatically refresh at specified intervals. The other options do not directly contribute to achieving the required refresh frequency for the visuals on the report page.