Add Two Data Sources

Sometimes you need to add two data sources or more to your dashboard.

Show me how

Two Data sources

After setting up our first data source we will add another data source.

For this example, both data sources are from the same SQL Server Connection.

Data Source 1:

  • Orders

Data Source 2:

  • Products

There is actually no link between our two tables (it could be the case and you could do it with one data source with a join).

So let’s add the second data source like below

Tell me why

If you want to display data from different SQL table with no relation between them (no join), you need to add as many data source as table to be able to display it into your dashboard.