Hi
I wish to show both a transaction date and an invoice date column against some spend data. I have the spend data, along with invoice date key and transaction date key in one table which has a relationship to the date table via a date key. I am told that I can use the date key to connect to both the invoice date key and transaction date key but I need to do this simultaneously to show the two columns simultaneously, I believe.
I've been told to create a new relationship between the two tables using the invoice date key and the date key, make it inactive, then create a measure using sum(spend) and userelationship() with the new relationship but couldn't get this to produce meaningful results.
Any advice would be very helpful!