How to import data from an excel file when report is using an existing power bi dataset?

Viewed 23

I have a power bi report that connects to another power bi dataset.

I want to import an excel file into the new report's dataset without making any changes to the original dataset.

On this new report (that uses another dataset) the transform query button is grayed out so I'm not sure how to import an excel file. Does power bi support this?

2 Answers

What you`re looking for is a Composite Model. If you want to use it, you first have to enable the following Preview features in Options:

enter image description here

After a restart you can click on Transform data and Power BI will add a local model and allow you to add further data sources like Excel files to it.

Use the Get data button on the home tab. Should be a simple upload of the excel file. Make sure to use the desktop version. Using the model tab on the far left side you can link variables (many to many, many to one, etc.) (if the datasets are related)

Related