We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi,
I am looking for moving 3 weeks sum measure for a column value. Example as below:
Can anybody help?
Record | Date | EV | Moving Sum | RESULT |
A | 2/04/2021 | 1000 | A | 1000 |
B | 9/04/2021 | 1500 | B+A | 2500 |
C | 16/04/2021 | 1200 | C+B+A | 3700 |
D | 23/04/2021 | 1700 | D+C+B | 4400 |
E | 30/04/2021 | 500 | E+D+C | 3400 |
F | 7/05/2021 | 600 | F+E+D | 2800 |
G | 14/05/2021 | 900 | G+F+E | 2000 |
Solved! Go to Solution.
@amirghaderi as per the informtation provided and data attached in very first post I used that and generated the expected result. See the screen shot below:
One more question,
If I want in another measure, only the MA for last period comes and every previous period becomes zero, then how to chnage the filter?
For example, in the above table, I want to see MA calculated for period 16-Apr-2021 and zero for everything else.
@amirghaderi try this DAX measure:
The numbers dont make sense. any idea why?
@amirghaderi as per the informtation provided and data attached in very first post I used that and generated the expected result. See the screen shot below:
Thanks, It worked. I only chnaged the filter to Allselected to make sure the filter applied to the report works on measure as well.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 38 | |
| 33 | |
| 19 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 66 | |
| 41 | |
| 34 | |
| 24 |