Forum Discussion
Anonymous
5 years agoNot applicable
Previous Year not working
Hi, I am running a previous year measure with Sales Prev Year = CALCULATE(SUM('Chalgrove FactSalesOrderLine'[SaleValueBase]),PREVIOUSYEAR(DimDate[FullDate].[Year])) However I am getting th...
- 5 years ago
Sales Prev Year = CALCULATE( SUM( 'Chalgrove FactSalesOrderLine'[SaleValueBase] ), PREVIOUSYEAR( DimDate[FullDate] ) )
CNENFRNL
Community Champion
5 years agoSales Prev Year =
CALCULATE(
SUM( 'Chalgrove FactSalesOrderLine'[SaleValueBase] ),
PREVIOUSYEAR( DimDate[FullDate] )
)- Anonymous5 years agoNot applicable
It is not failing now.. however it is not returning any values.
- CNENFRNL5 years ago
Community Champion
No surprise; any measure evalutes in a comprehensive evaluation context. I helped correct syntactic error of DAX; analyse and author measures for desired results by yourself.
- Anonymous5 years agoNot applicable
Lol thanks for the help.. at least its not failing now .. much appreciated.