Hello guys, how are you doing today?
I am trying to join two datasets together.
First dataset is a dummy text input (which contains the name of 5 testers people).
Second dataset is exported directly thought SQL and contains the name of the testers of the day. Normally only three or two contribute on each date.
The problem is that when joining it is not showing the five testers (some with NULL values). Its only showing the testers of the day which is wrong, example:


When combining then, they are joined like this:

The correct WOULD be like this:

How to solve this? Thanks 🙂