Forum Discussion
Anonymous
6 years agoNot applicable
2 Datasets - 1 Date Slicer - Relationship needed?
I have 2 datasets in my report 1)ChurnSignupsByDate and 2)ChurnDetails. Both datasets have a field call SVC_END_DATE. 'ChurnSignupsByDate' has a single record for each SVC_END_DATE 'Churn' has all...
- 6 years ago
Be aware that when making this type of relationship you must always use on your visualization the column of the one side to get your results, further more when working with dates as a best practice the use of a date table is better because of the continuous dates.
Do you have a calendar table?
Anonymous
6 years agoNot applicable
I had the tables in the relationships backwards. This is close but there are records in the Details table not being filtered by the selector.
Anonymous
6 years agoNot applicable
As soon as I added a Date table I lost records in the Details table:
Date = Calendar( Date(2019, 1, 1), Date(2025,12,31))
The Details table has dates back to 1/1/2020 but with the join it will only show dates from 3/9/2020 forward
- Anonymous6 years agoNot applicable
- Anonymous6 years agoNot applicable
I figured it out. One of my Dates has the time and the other just the date.
- Anonymous6 years agoNot applicable
Good solution to use the Date table MFelix. Thanks for you help!