Forum Discussion

vaibhavd's avatar
vaibhavd
Frequent Visitor
6 years ago

Count values generated by measure across dates table.

I have following measure that calculates the version accross dates (displayed in green below).   Version = VAR endOfMonthDate = ENDOFMONTH(Dates[Date]) VAR startOfMonthDate = STARTOFMONTH(Dates[...