Forum Discussion
2NV_DB
2 years agoFrequent Visitor
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...
2NV_DB
2 years agoFrequent Visitor
Any other suggestions?