Designing and Implementing Enterprise-Scale Analytics Using Microsoft Azure and Power BI — Question 54
You need to provide users with a reproducible method to connect to a data source and transform the data by using an AI function. The solution must meet the following requirement:
Minimize development effort.
Avoid including data in the file.
Which type of file should you create?
Answer options
- A. PBIT
- B. PBIDS
- C. PBIX
Correct answer: A
Explanation
The correct answer is A. A PBIT file is a Power BI template that allows users to connect to data sources and define transformations without including the actual data, thereby meeting the requirements. PBIDS files are only used for data source information and do not facilitate transformations, while PBIX files contain both the data and the report, contradicting the requirement to avoid including data.