Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi
I am looking to calculate cummulative total by date and by id. My existing table and its three column's are per below
Date | ID | Amount |
01/31/2023 | 501 | 5 |
02/28/2023 | 501 | 10 |
01/31/2023 | 502 | 3 |
02/28/2023 | 502 | 6 |
Expected Table with 4rth calculated column-CummulativeAmount
Date | ID | Amount | CummulativeAmount |
01/31/2023 | 501 | 5 | 5 |
02/28/2023 | 501 | 10 | 15 |
01/31/2023 | 502 | 3 | 3 |
02/28/2023 | 502 | 6 | 9 |
Hi @RahulKumarBIT , create two measures:
Proud to be a Super User!
Hi @some_bih
Will DATESYTD work with whole date series before and after 2023 as well as i would need cummulative total as of any dates?
User | Count |
---|---|
9 | |
8 | |
5 | |
4 | |
3 |