Forum Discussion
Dynamic Rolling Sum - 4 Quarters Trailing
Hi,
Did you received any update on this topic?
i am also come across with the same requirements, then i created one mapping to accomplish ( Actual quarter , Start qtr, End qtr )
then applied below DAX to get running 4 qtr total.
Last4Qtr_Production = CALCULATE(
[Measures_Count],
FILTER(,
Table[Quarter_Field] >= CALCULATE(MIN(PPM_Goal[Start_Qtr])) &&
Table[Quarter_Field] <= CALCULATE(MIN(PPM_Goal[End_Qtr])))
)
Now, i am facing other issues.. that if i apply quarter filter from mapping then other metric calculation not working
In case if i apply quarter filter from main tables then this last4 quarter logic not working..
Help me to fix this issus.
Hi Peter_Jeyaraj_I
I haven't received any update on this and I haven't implemented this in Power BI.
I would suggest you to open a different post for this. Hope they'll reslove it for you.