Forum Discussion
Arete
Helper I
3 years agoMeasure doesn't work when referencing Calendar table fields
Hi All! I have 2 tables, Projects and Calendar, that are linked by the Project's created date. When I create a measure to only include 2022 records it comes back with blank but when I remove it the f...
- 3 years ago
Hi,
I am not sure how your datamodel looks like, but when I see [CreatedDate] column in Project table => I think the data type is Datetime, not date.
I suggest, in power query editor, please change this to Date data type, not datetime data type.
I hope this helps.
Jihwan_Kim
Super User
3 years agoHi,
I am not sure how your datamodel looks like, but when I see [CreatedDate] column in Project table => I think the data type is Datetime, not date.
I suggest, in power query editor, please change this to Date data type, not datetime data type.
I hope this helps.
Arete
Helper I
3 years agoI knew it was something dumb! They are both Date/Time but the time values in the Calendar table are all set to 12:00 so there were no matches. Thanks for the help!