Forum Discussion
quantfinRguy
8 years agoFrequent Visitor
LASTDATE issues
I have a date table ('Date Table'[Date]) connected to a date column of irregular start dates ('Table'[Date]). For example, the irregular start dates could be: 1/31/2017 4/30/2017 8/31/2017 ...
quantfinRguy
8 years agoFrequent Visitor
For all intents and purposes, the full measure is just LASTDATE('Date Table'[Date]), which in this case returns the same thing as MAX()
If I have my date slicer set for all dates on or before 9/30/2017, you would expect LASTDATE() to return 9/30/2017 on the date table.
However, in this case, it returns 8/31/2017 because it is last date that appears.
I should note that I am using a calculated column rather than a measure.
parry2k
8 years agoSuper User
can you share your measures/calc column and sample data, and also relationship model. it will help to debug