Forum Discussion
webportal
9 years agoImpactful Individual
Error in SAMEPERIODLASTYEAR
When adding the following measure:
valor_líquido_ano_anterior = CALCULATE(SUM('order'[valor_líquido]);SAMEPERIODLASTYEAR('calendário'[data]))to the matrix:
I get the error:
The field 'calendario'[data] is a date field calculated with:
CALENDAR (DATE (2012; 1; 1); DATE (2017; 12; 31))
So, it is contiguous and it is in Calendar table, which is related with table 'order'.
So, why do I get this error?
It only showed up in the May-2017 version of PBI Desktop.
5 Replies
- vanessafvgCommunity Champion
what is your data type?
- webportalImpactful Individual
The date is field is "Date" type and the measure is "Decimal Number".
- vanessafvgCommunity Champion
i think the issue might be the bidirectional relationship, if you change it to single, does it still give you teh same issue?