Forum Discussion
internwithquest
2 years agoFrequent Visitor
The syntax for ')' is incorrect
I am using the following DAX formula to try and calculate the total earnings of last month one year prior to now: Rev Last Month Last Year = VAR LatestDate = MAX(OrderHead[InvoicePeriodDate]) ...
- 2 years ago
Found my error, my variable name is not the same when I call it
internwithquest
2 years agoFrequent Visitor
Found my error, my variable name is not the same when I call it