

The data structure for both workbook 1 and 2 are similar but the names of the files are different and there can be multiple pages. If that was to many words think of loading the following data sample: Not only do you have to figure out what data you want to ingest on the page you must all tell PowerBI which sheets do you want to look at, and from which excel file.
#Is it possible to search multiple excel files at once how to
Note: If you want to learn how to load multiple CSV files visit this tutorial. This is why it is more complex to load excel files than CSV files. For illustration purposes imagine working with two excel files with three sheets each, 2 x 3 = 6, a total of 6 sheets of data, or what I will call “pages” of data. To add to the complication, when you loading data from either multiple sheets, or selecting a specific out of many sheets of data. The multiple sheet aspects of an excel file makes the data ingestion into PowerBI a little bit more complicated. You can think of those three sheets as grid of data, similar to the CSV file. For example if you have an excel workbook with three sheets of data, Sheet 1, Sheet 2, Sheet 3. Think of this as a stack of CSV type files. Excel files can have multiple sheets of tables of data.

By contrast the excel file is way more complicated. This is an easy and efficient way to store millions of rows of data. The beginning of the file starts with values and separates each file with a “,” a carriage return starts a new row of data. In a CSV file you have only one data set. First, to understand the procedure of querying multiple excel files you have to understand the basics between the CSV (comma separated values) file and an excel (.xls or. This is nice, however we will also need to import multiple Excel files.

Previously we’ve done a tutorial on loading multiple text files within one query.
