Forum Discussion
Broly221
3 years agoFrequent Visitor
previousmonth multiple values error
I have a Date table and I'm trying to display the previous month date for each dates. When I display the previousday it works fine : Problem is when I try to display the previous month inst...
Broly221
3 years agoFrequent Visitor
Thanks for your answer,
When I try ; calculate( [Quantity], Previousmonth( 'Date'[Date] )
I gives the same error. How come ? why does it work with previousday() but not previousmont() ?