The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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