Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi community,
I have 2 columns, one is the date and the other is net flows. How do I sum net flows over a 1 year period in DAX please?
Thanks in advance
Andy
Solved! Go to Solution.
You can try the DATESYTD function.
Measure = CALCULATE(SUM('Table'[net flow]),DATESYTD('Table'[Date]))
Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !
Thank you~
So bascially the sum over 1 year for column B, does this help? Thanks!
You can try the DATESYTD function.
Measure = CALCULATE(SUM('Table'[net flow]),DATESYTD('Table'[Date]))
Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !
Thank you~
Hi, thanks! How about over 1 year please?
Can provide some sample data and the expected result?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 9 | |
| 9 | |
| 8 |