Joined data sets allow you to analyze data from more data sets together and therefore use data from more data sources in a single report.

The principle is similar to joining SQL database tables.

Creating Join

To create join in BellaDati:

  1. Navigate to one of the Data Sets you want to use in join
  2. Click on Joined Data Sets in Settings section of the left action bar
  3. Choose Create Join
  4. Select Data Set to be joined with

 

Join condition

Each join has to have specified following parameters:

The resulting joined data set will contain all the attributes and indicators from all source data sets.

Custom Join Condition

BellaDati allows you to define you own joining condition. To do so:

  1. Select the Join type. If the Custom join is selected, no attribute match is required (Cross join).
  2. Type joining condition to restrict the output

BellaDati offers you autocomplete to easily construct joining conditions.

Multiple Join Points

One data set could be joined with more data sets (eg. join by department ID to get department full name, address, country, total sales and then join by product ID to get products name, price, weight and mass). Each join is called join point.

To add another joining point into existing join:

  1. Click on add joining item
  2. Select desired Data Set
  3. Continue with Join Conditions

Joining Facts and Restrictions

  1. Data in the joined data set will be the intersection of all joins.
  2. Data in joined data sets are updated automatically when data are changed or imported to the source data sets. You cannot import data directly to the joined data sets.
  1. Please note, that the permissions setting based on data filter has to be set for both (source and joined) data sets!
  2. Data join is also available on data source level (database). Please consider this option when you plan to analyze millions records of data. Joining on database level may provide better performance.
  3. Joined data set is rebuilt after the import into one of the data sets which is joined. All data sets which are used in this joined are locked during this time - import into these data sets will not run.

User can add join when:

  • User can edit data set (Domain Admin, Data Set Owner, Data Set Editor). Data set editor needs to have enabled the edit access as user or user group.
  • No data filters are set in sharing (USER nor USER_GROUP nor ATTRIBUTE_FILTER).
  • On-demand synchronization is disabled.
Available data sets to join: 
  • All the user can access (even in read-only mode).
  • Must have the same storage type (local or remote, if remote, location must be the same).
  • No data filters are set in sharing.
  • Partitioning must be disabled.
  • Cannot be joined data set or big data set.

Joined data set supports these functions the same way like in ordinary data set:

Tutorial video

<iframe width="560" height="315" src="https://www.youtube.com/embed/Q5awkTjZsE0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

 

Next Steps