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 there,
I am looking for the accumualted value for below two measurement column, excel is what i am expecting. I have used below formula but not working since it not allow me to do sum(total accepted value)
Hi,
Cumulative Total =
CALCULATE(
[Total Accepted Value]
FILTER(
ALL('Opp and primary quote new'),
'Opp and primary quote new' [Created Date]<=Max('Opp and primary quote new' [Created Date])
)
)
While still not working
you need to create a calendar and work with it
and try to write like this
FILTER(ALL('Opp and Primary quote New').........
Accumulated Booking value =
CALCULATE(
[Total Accepted value],
FILTER(ALL('Opp and Primary quote New')
,'Opp and Primary quote New'[CreatedDate]<= MAXX('Opp and Primary quote New',‘Opp and Pr quote New'[CreatedDate])))
well, still not working
User | Count |
---|---|
98 | |
75 | |
74 | |
49 | |
26 |