Forum Discussion
how to create relationship with date table?
Hi
I need help in this relastionship
I have hourly data and i related it to the date table as in the photo
however when i select a data I don't see correct numbers
can you please check that?
- Anonymous5 years ago
Hi naifAhmedB ,
I agree to amitchandak 's suggestion. Maybe you should create a date column in "Hourly" table.
Column = DATEVALUE([Date])Result:Hope that's what you were looking for.
Best Regards,
Yuna
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- amitchandakSuper User
naifAhmedB , best to create a date only column and join with date table
Date New= [Date].date
or
Date New= date(year([Date]),month([Date]),day([Date])) - AnonymousNot applicable
Hi naifAhmedB ,
I agree to amitchandak 's suggestion. Maybe you should create a date column in "Hourly" table.
Column = DATEVALUE([Date])Result:Hope that's what you were looking for.
Best Regards,
Yuna
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.