Forum Discussion
StephenK
Resolver I
6 years agoSAMEPERIODLASTYEAR expects a contiguous selection
Hello all, I have the following measure: Dynamic Capacity SPLY = CALCULATE(SUM('Fact_Schedule'[DynamicAdjustedSlots]),SAMEPERIODLASTYEAR('Date Dim'[Date]))-[DynamicPTO] I'm getting the foll...
amitchandak
Super User
6 years agoStephenK , you to remove bi-directional join as that is causing date in date dimension also getting filtered.
Make it only one-directional 1- Many from date to Data table