Forum Discussion
Anonymous
7 years agoNot applicable
Selecting Prior Date data in a table with Non Contiguous Dates
Hi, I am used to working with Contiguous Dates. We have tables that contain snapshots of a point in time. The table contains the prior day close numbers and the prior month end numbers. I ca...
- 7 years ago
hi, Anonymous
You could try to use PREVIOUSMONTH Function to add a measure like this
pre amount = CALCULATE(SUM(Table1[AR_Amount]),PREVIOUSMONTH('Date'[Date]))Best Regards,
Lin
v-lili6-msft
Community Support
7 years agohi, Anonymous
You could try to use PREVIOUSMONTH Function to add a measure like this
pre amount = CALCULATE(SUM(Table1[AR_Amount]),PREVIOUSMONTH('Date'[Date]))
Best Regards,
Lin