Join Data in Datasets

When creating a join between warehouse tables or datasets, there are times where you need to make changes to the data in the input columns to make the join work. In those cases, you can add a formula to your input columns while creating a join.

You can define you join key with a scalar formula, using any of the functions available in Sigma. The formula can be as simple as a Type Change function, or a complex If statement.

join_calc_col.png

Add a Formula to a Join Input Column

  1. Go to the Data Sources tab on the right hand side of your worksheet.
  2. Click the + to add a new join.
  3. Choose a data source.
  4. Choose your join type.
  5. Under join keys, open the drop down menu and click + Add Formula for the join key you would like to modify.
  6. Enter your formula.
  7. Wait for the preview to load to ensure that your chosen join keys are joining your data as expected.
  8. Click Done to finish creating the join.