Designing and Implementing Enterprise-Scale Analytics Using Microsoft Azure and Power BI — Question 10

You are building a Power BI dataset that will use two data sources.
The dataset has a query that uses a web data source. The web data source uses anonymous authentication.
You need to ensure that the query can be used by all the other queries in the dataset.
Which privacy level should you select for the data source?

Answer options

Correct answer: C

Explanation

Selecting 'Public' as the privacy level allows the web data source to be accessible by all other queries in the dataset since it can share data freely. In contrast, 'Organizational' and 'Private' would restrict data sharing, and 'None' does not define the privacy level needed for data access across queries.