Forum Discussion
Anonymous
4 years agoNot applicable
date slicer setup
<p> I have a date table and another Project data table with Planned start and Planned Finish. How to connect these two tables..so that if i put a slicer for date table, it picks and filters correct d...
Anonymous
4 years agoNot applicable
Hi Anonymous
That is a cross join and you will have all rows from second table for each row in the first table and Vice-versa.
The join needs to be on the date column.
- Anonymous4 years agoNot applicable
I didnt understand the solution . Could you please help to understand more clearly. Thanks