Designing and Implementing Enterprise-Scale Analytics Using Microsoft Azure and Power BI — Question 96
You have a 2-GB Power BI dataset.
You need to ensure that you can redeploy the dataset by using Tabular Editor. The solution must minimize how long it will take to apply changes to the dataset from powerbi.com.
Which two actions should you perform in powerbi.com? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Enable service principal authentication for read-only admin APIs.
- B. Connect the target workspace to an Azure Data Lake Storage Gen2 account.
- C. Turn on Large dataset storage format.
- D. Enable XMLA read-write.
Correct answer: C, D
Explanation
Choosing option C, 'Turn on Large dataset storage format,' allows the dataset to handle larger sizes and improves performance. Option D, 'Enable XMLA read-write,' permits modifications to the dataset through tools like Tabular Editor. Options A and B do not directly facilitate the redeployment process using Tabular Editor in this context.