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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Anonymous
Not applicable

Using Power BI for multiple similar databases

Hi everybody,

 

I'm trying to find the best way to create a consolidated dashboard for my holding company. 

 

Some of my companies are using the same software but each one has a separate database. 

 

I would like to implement a dashboard with all my clients, suppliers, articles, invoices and so on.

 

I can extract automatically CSV files for each database. Each CSV has the same name for all the companies (ex: Clients.CSV). 

 

How can I do into Power BI to consolidate all the similar files together while not loosing the fact that it is from company A or B, for example ? 

How can I handle the IDs which are going to be similar in all the databases but would absolutely not represent the same thing ? 

 

Is someone able to help me ? or to send me some documentation to learn about it?

 

Have a nice day.

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , My advice would be to consolidate these into a database with company id/tenant id in each table and have new keys to join with other tables. so that you can have one key join in power bi

 

Else , say you have Table A for 2 companies.

Bring both on them to power BI, Add company id column if not available at the source. Create concatenated key 

key = [Company ID] & " - " [Table ID]

 

or

key =  [Company ID] *1000000000 +  [Table ID]  // multiple to make sure table can not overlap with company if

 

Merge two table A in power query. Do the same for other tables

https://radacad.com/append-vs-merge-in-power-bi-and-power-query

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , My advice would be to consolidate these into a database with company id/tenant id in each table and have new keys to join with other tables. so that you can have one key join in power bi

 

Else , say you have Table A for 2 companies.

Bring both on them to power BI, Add company id column if not available at the source. Create concatenated key 

key = [Company ID] & " - " [Table ID]

 

or

key =  [Company ID] *1000000000 +  [Table ID]  // multiple to make sure table can not overlap with company if

 

Merge two table A in power query. Do the same for other tables

https://radacad.com/append-vs-merge-in-power-bi-and-power-query

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Thanks Amitchandak. Going to test it. 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors