Forum Discussion
Anonymous
6 years agoNot applicable
getting previous month using time intelligence
hello. below is the DAX formula that i am using to try to get the previous month's data but I keep getting a blank. can someone please help? = CALCULATE( sum('tbl_Combined_InvoiceData'[Charge...
az38
6 years agoCommunity Champion
Hi Anonymous
try
= CALCULATE( sum('tbl_Combined_InvoiceData'[Charges]), PREVIOUSMONTH('Date2'[Period]))- Anonymous6 years agoNot applicable
thanks. i still get a blank value :(