Forum Discussion
Calendar Date not working with created date and resolved date
- 10 months ago
ashish18 ,
hey, I recreated the measures and everything you had, and I have no issues; it must be the DateTime in the Resolved Date, perhaps.
The 9 likely represents the 9 missing Resolved Dates in the source I had.
Check out my file and compare it with yours.
- 10 months ago
ashish18 , thought so, good you found it. If you could please mark my answer as the solution to close the thread. Thanks
ashish18 hey, double check that all dates you use to build a calendar and the calendar itself it set to Date not Datetime.
- ashish1810 months agoNew Member
HI vojtechsima Thnaks for ur response.. Even if I change it to datetime,it still give same issue
- vojtechsima10 months ago
Super User
ashish18 , Change it do DATE, not datetime. Otherwise, all seems good. If you have sample pbix file , you can share it through OneDrive/Google Drive.
- ashish1810 months agoNew Member
HI vojtechsima Sorry if I missed anything. DateTable already has Date
DateTable =ADDCOLUMNS (CALENDAR (MIN('SourceFile'[Created on Date]), MAX('SourceFile'[Resolved])),"Year", YEAR([Date]),"Month", FORMAT([Date], "MMMM"),"MonthNumber", MONTH([Date]),"Weekday", FORMAT([Date], "dddd"))