Datasets vs Reports in Power BI
Power BI is Microsoft’s data visualization solution

When you create a report in Power BI Desktop, you create two main components: A dataset and a report.

Dataset

A dataset is a collection of data used by the report. It contains all information you compile in the Power Query, Data, and Model editors. This collection of data could be imported or connected to.

The good thing about datasets is that they are reusable! Once you create a report in Power BI Desktop and publish it to Power BI Service, you can refer to the dataset for other reports.

Report

A report is a collection of visualizations - that is, the collection of graphs, tables, and other visuals that you create in the Report editor. It is important to keep in mind that a report always relies on one dataset.

Both reports and datasets can live in the same Workspace or in different Workspaces.

2020-11-03-dataset-and-report-pbi-img01

When publishing a report from Power BI Desktop, both the report and the dataset will be published (unless you are reusing the dataset already). Once your report is in Power BI Service, datasets are located under Datasets + dataflows and reports are located under Content. To see all components, simply refer to All.

2020-11-03-dataset-and-report-pbi-img02

When deleting a report from Power BI Service, remember that both components exist! If you delete the dataset, then all dependent reports will be deleted. But, deleting the report does not delete its underlying dataset.

If a report can only refer to a dataset, can a report have many sources? Sure! The dataset itself can refer to many data sources, but it cannot refer to another dataset.

Having these concepts in mind is important when using Power BI datasets as data marts.

Datasets vs Reports in Power BI
Older post

Testing Expressions in Azure Data Factory

Testing expression is a simple trick in Azure Data Factory, so that you are able to see what is being passed on to your conditional activities.

Newer post

On the Reasons to Create Data Marts in Power BI

Saving you and your team priceless time when creating reports for your organization

Datasets vs Reports in Power BI