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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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ês