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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
mmwindel
New Member

Make report over different databases on sql server

Hi,

 

Say you have a sql server with several databases within, one database for each customer/client. These databases have the same tables, same structure etc. How would go about developing a report which extracts the same query from every databases and uses the data as one data source, knowing the number of databases might change periodically, new customers/customers leaving ?

 

I know this a large question, let me see if I can break it up:

  • How to get a list of every database-name on a sql server
  • How to loop over the different databases and run the same query on each of them
  • Add the results from each query together
  • How to do this dynamically, as the number of databases might change

I hope my questions are clear and consice, any help would be appreciated.

Thank you.

 

2 REPLIES 2
littlemojopuppy
Community Champion
Community Champion

First, I would wonder why you have a single database for each customer instead of one database with a field for customer to differentiate between them.

 

But...you should be able to access them individually using Power Query by using each database as a data source.  Add a field for customer to each table pulled from each database so that when you merge each query together you can still tell which customer the data applies to.  I don't believe that you can loop through them in Power Query, but someone who is stronger in that can offer guidance.

 

But again, your underlying is that you shouldn't be using separate databases for each customer...that is just creating problems for yourself.

amitchandak
Super User
Super User

@ImkeF , can you help on this

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.