
Answer-first summary for fast verification
Answer: In Power BI Desktop, create a new report, add the desired data source, and save only the data source as a .pbids file. This approach allows for the data source to be reused in multiple reports, with the ability to parameterize connections for adaptability.
Option B is correct because it directly addresses the requirement for creating a reusable and adaptable data source file. Saving the data source as a .pbids file in Power BI Desktop allows it to be easily imported into multiple reports. Parameterizing the connections within the .pbids file further enhances its adaptability, enabling dynamic updates across all reports that use it. This method is also shareable among team members, facilitating collaboration.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
As a Microsoft Fabric Analytics Engineer Associate, you are tasked with creating a reusable Power BI data source (.pbids) file for a project that requires frequent updates and adaptability across multiple reports. The solution must minimize manual updates, support dynamic data source connections, and be easily shareable among team members. Considering these requirements, which of the following approaches should you take? (Choose one option.)
A
Create a new report in Power BI Desktop, add the data source, and save the entire report as a .pbix file. This method ensures all data and visualizations are stored together but may not be the most efficient for reusing the data source across different reports.
B
In Power BI Desktop, create a new report, add the desired data source, and save only the data source as a .pbids file. This approach allows for the data source to be reused in multiple reports, with the ability to parameterize connections for adaptability.
C
Manually create a folder on your local machine, copy the data source files into it, and then import these files into Power BI Desktop as needed. This method lacks efficiency and does not support dynamic data source connections.
D
Use Azure Data Factory to create a data pipeline that imports the data source and automatically generates a new Power BI report. While this method automates data import, it does not directly address the need for a reusable .pbids file.