Forum Discussion

2NV_DB's avatar
2NV_DB
Frequent Visitor
2 years ago

Different result when using Measure as a variable vs using a scalar.

Hi there,   I have a dax measure that finds the last date within the exisiting year of a data set and then it extracts the month: ThisMonthBasedOnInvoices = VAR _thisyear = YEAR(TODAY()) VA...