This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi Guys,
Im trying to created a reverse comulative column on the right side but I want it to start from smallest as to day and become bigger when looking back to the past.
E.g. (increase from top to bot)
anyone has good solution for this? as I can only create the acumulation from 3 -> 10 (date), not from 10->3 (date)
Hi @snamhoang
Please go through a solution atuhored by me.
http://community.powerbi.com/t5/Desktop/quot-Inverse-quot-Cumulative-Sum/m-p/72644#M30130
If this works for you please accept it as a solution and also givee KUDOS.
Cheers
CheenuSIng
Hi @snamhoang,
According to your description above, you should be able to use the formula below to create a calculate column to get the cumulation from 10->3 (date).![]()
Cumulation Column =
VAR currentDate = Table1[date]
RETURN
CALCULATE (
SUM ( Table1[item] ),
FILTER ( ALL ( Table1 ), Table1[date] >= currentDate )
)
Regards
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 26 | |
| 23 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 62 | |
| 47 | |
| 28 | |
| 24 | |
| 20 |