Forum Discussion
Calendar Table slicer not working
- 4 years ago
Hi chrisy8s ,
Difficult to say without seeing your PBIX file, but my first guess would be that the date columns you are making your relationships on are not set as Date data type.
Go into your calendar query and each of your fact queries in Power Query and make sure calendar[date], factEmails[actualend], and factCalls[actualend] are all properly set to DATE data type.
Pete
- 4 years ago
Turns out the date in the calendar table did not have the time. I had to transform the data in the other tables to date only and it worked.
Hi chrisy8s ,
Difficult to say without seeing your PBIX file, but my first guess would be that the date columns you are making your relationships on are not set as Date data type.
Go into your calendar query and each of your fact queries in Power Query and make sure calendar[date], factEmails[actualend], and factCalls[actualend] are all properly set to DATE data type.
Pete
- chrisy8s4 years agoNew Member
Turns out the date in the calendar table did not have the time. I had to transform the data in the other tables to date only and it worked.