Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Query Spreadsheet Based on Column

Hi,

 

I've got a folder containing about 700 spreadsheets. These contain data specific to a worksite. I also have another spreadsheet which contains some summary data for each of the sites. The names of the 700 spreadsheets are unique identifiers which are in the summary data spreadsheet. I'm hoping to build a report which will allow the user to click on the name of a site and will be taken to a report based on the full data (from the relevant spreadsheet in the folder). All spreadsheets have the same format and will need the same calculations applied to them.

 

Is this something that's possible in PowerBI?

 

Thanks!

3 REPLIES 3
Anonymous
Not applicable

Yes. This is possible. Using  Power Query / M, you could process all the files in a folder and consolidate the data into a table inside the Power BI desktop. Subsequently, you could build reports that give the functionality that you have mentioned.

 

Start with this path.

sreenathv_0-1638428156634.png

 

 

Anonymous
Not applicable

Hi, 

I can import all of the tables using this functionality, however I'm unsure how to use the column value to query the values from the corresponding table. Any suggestions?

Anonymous
Not applicable


@Anonymous wrote:

Hi, 

I can import all of the tables using this functionality, however I'm unsure how to use the column value to query the values from the corresponding table. Any suggestions?


This has nothing to do with the fact has you have the data spread across many files. Once you bring all the data into a table, you could use DAX to get the correct results.  Please provide more details about your table structure (fields) and a sample of the output you need. Also, mention exactly where you are facing the problem of finding it difficult to write DAX. If possible, please post your DAX code. Someone will be able to help you, once you provide these details. 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors