Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have the following table and i'm looking to create a line chart in Power BI as per the example below (please excuse the drawing). How do I get a running total of 'Items' on each date? i.e. for 'Admin', on the 4/6/2024, the total on the line chart would be 40.
Example of running total:
Thank you,
Daniel
Solved! Go to Solution.
Hi @dankello ,
Try to create the following measure:
Total Values = CALCULATE( SUM(Table[Items]), Table[Date] <= MAX(Table[Date]))
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @dankello ,
Try to create the following measure:
Total Values = CALCULATE( SUM(Table[Items]), Table[Date] <= MAX(Table[Date]))
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsUser | Count |
---|---|
76 | |
75 | |
46 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
49 | |
46 |