I'm trying to join two datasets, each dataset has a date field, how can I join the date field to get one Date Column that I can use on the X Axis, but will not remove any rows from the other columns.
1st dataset has: created date, complaints cases, end date, customer type
2nd dataset has: balance date, loan in books, loyalty level, and merchant id
I want one dataflow with, Date, complaints cases, end date, loyalty level, loan in books, and merchant id. But the "Date" column would be a combination of the "Created Date" and "Balance Date" fields.
I am trying to get a card that would have:
X Axis: Date (combined column)
Y Axis: (Deferral % of Loans) - I will do a beast mode Complaints Cases/Loans in Books (Line)
Series: Loans in Books. (Bar Chart)
Please let me know! Thanks