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 All,
I am trying to create a running total from a measure using this formula:
Solved! Go to Solution.
Hi @HFoy ,
To update the measure should work.
runningtotal = SUMX(FILTER(ALLSELECTED('Calendar'),'Calendar'[Date]<=MAX('Calendar'[Date])),'Table1'[fc_FB_Change])
Regards,
Frank
Hi @HFoy ,
To update the measure should work.
runningtotal = SUMX(FILTER(ALLSELECTED('Calendar'),'Calendar'[Date]<=MAX('Calendar'[Date])),'Table1'[fc_FB_Change])
Regards,
Frank