Forum Discussion
vincenttys
Helper I
8 years agoMonthly Rolling
Hi All, I only started to use PowerBI and already stuck with what i currently working on and hopefully i can get the assistance i need from this community. Please see below is the snapshot of...
- 8 years ago
Hi vincenttys,
Please check out the demo here.
1. Create a new date table;
2. Establish relationships;
3. Create a measure.
Measure = CALCULATE ( SUM ( Table1[Value] ), DATESINPERIOD ( 'Calender'[Date], EOMONTH ( MIN ( 'Calender'[Date] ), -1 ), -3, MONTH ) )Best Regards,
Dale
- 8 years ago
v-jiascu-msft
Microsoft Employee
8 years agoHi vincenttys,
Please check out the demo here.
1. Create a new date table;
2. Establish relationships;
3. Create a measure.
Measure =
CALCULATE (
SUM ( Table1[Value] ),
DATESINPERIOD (
'Calender'[Date],
EOMONTH ( MIN ( 'Calender'[Date] ), -1 ),
-3,
MONTH
)
)
Best Regards,
Dale