Hi,
Question related to RPD join setup.
We have table with Employees Performance reviews per employee per year.
It is joined with Dim_date: EXTRACT (YEAR from DimDate.ACTUALDATE)-1 = PerfReview.Rewiew Year.
Now when we try to create simple analysis:
Employee ID, Rating, Review Year
each Rating is multiplied 360 times.
If I will add Date filter, then I will receive single entry.
What I have did wrong that it is multiplied? Or based on join that is expected behavior and it will be working correctly only with Date filter?