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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all,
I have following data-
My requirements is to display last 5 days data and running total for entire months, when I put running total it is showing day wise
something like this-
I want sale amount of that day and running total of entire month in last column of matrix (instead of total).
Can anyone help ?
Thanks in Advance!
Solved! Go to Solution.
@freakinaditya , Try like
normal = if(max(Date[Day])>=26, [sales], blank())
Cumm = if(max(Date[Day])>=26,CALCULATE(SUM(Sales[Sales Amount]),filter(allselected(day),date[day] <=maxx(date,date[day]))), blank())
@freakinaditya , Try like
normal = if(max(Date[Day])>=26, [sales], blank())
Cumm = if(max(Date[Day])>=26,CALCULATE(SUM(Sales[Sales Amount]),filter(allselected(day),date[day] <=maxx(date,date[day]))), blank())
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!