This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have a Running total Formula that is skipping months with no costs.
Hi,
If you want running total for CY, then write this measure
RT = calculate([sum of actual 2],datesytd(calendar[date],"31/12"))
If you want running total since inception, then write this measure
RT = calculate([sum of actual 2],datesbetween(calendar[date],minx(all(calendar),calendar[date]),max(calendar[date])))
Ensure that you drag Year and Month name from the Calendar Table to the visual.
This formula made the actuals diassapear.
Sure! No problem,
Right now the actuals are:
The running total formula I'm using returns:
But I want them to fill in the blank months with the former month cumulative total like this:
I was trying to SummarizeCoulmns but that cannot return a scalar value for the graph. The graph is a picture of all with a slicer that can drill down to an independant NWA if you want. Everything is linked one to many. Days [Date] to FY CJI3 ]Postg Date] both formated Date/Time 03/14/2001 (mm/dd/yyyy). I just cannot get those numbers to reflect in months where no actuals costs exists. I'm so stuck. Thank you so much for the help!!
Share the download link of the PBI file.
Hi,
I cannot understand the question then. It will help if you can share the download link of the PBI file and show the problem clearly. Also, show the expected result in a Table. Once we get the correct numbers there, we can always create the chart of our choice.
Unfortunately, I cannot share the PBI file itself. It is very weird that this is the only formula not working. Only when I try to display the data cummulative by date does it do this particular error.
@KLK , You should join your date of table with the date of a date table and then try a measure like
Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(all('Date'),'Date'[date] <=max('Date'[date])))
Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(allselected(date),date[date] <=max(date[Date])))
Cumm Based on Date = CALCULATE([Net], Window(1,ABS,0,REL, ALL('date'[date]),ORDERBY('Date'[date],ASC)))
Cumm Based on Date = CALCULATE([Net], Window(1,ABS,0,REL, ALLSELECTED('date'[date]),ORDERBY('Date'[date],ASC)))
Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :https://youtu.be/OBf0rjpp5Hw
https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5b...
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.
Running Total/ Cumulative:
https://www.youtube.com/watch?v=h2wsO332LUo&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=42
Continue to explore Power BI Window function Rolling, Cumulative/Running Total, WTD, MTD, QTD, YTD, FYTD: https://youtu.be/nxc_IWl-tTc
Cumm Based on Date = CALCULATE([Net], Window(1,ABS,0,REL, ALL('date'[date]),ORDERBY('Date'[date],ASC)))
What does the [NET] mean? Also what is the Window? I get the red lines. I have 2016 version of BI ATM I believe. It doesn't like the orderby in this either. Thank you!!!
Also, My 'Days' [Date] column is Date/Time 03/14/2001 (mm/dd/yyyy). As is my 'FY CJI3' [Postg Date]. However the funny part, the Period End Date and Period End Date columns all have a calendar next to them in the fields pane but my Days [Date] and my CJI3 [Postg Date] do not. But they are formated and look like they seem to be functioning like dates.
Check out the April 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 |
|---|---|
| 38 | |
| 28 | |
| 27 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 37 | |
| 32 | |
| 26 | |
| 25 |