The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have a table that conatins data in the following format
Date Category Product Ids
01-12-2015 A 12
01-12-2015 A 13
01-12-2015 B 17
02-12-2015 A 19
I would like to have cumulative sum of product per date per category. Something like this:
Date Category CumulativeSum
01-12-2015 A 2
02-12-2015 A 3
01-12-2015 B 1
How can this be achieved via calculated column? Any help would be appreciated.
Check out the running total patterns here:
http://www.powerpivot-info.com/post/109-dax-running-totals
and here:
http://www.daxpatterns.com/cumulative-total/
User | Count |
---|---|
75 | |
70 | |
39 | |
30 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
48 | |
46 |