Forum Discussion
vaibhavd
6 years agoFrequent Visitor
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[...
vaibhavd
6 years agoFrequent Visitor
Please help me on this.