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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Guys,
this might look simple.. but dk how to do it
this is the information:
So.. i got the Cumulative Total using this function:
CumulativeTotal = CALCULATE(
SUM(vnxcritical[Used Space GB]),
FILTER(ALL(Datesonly[Date]),
Datesonly[Date] <= MAX(Datesonly[Date])))
But what i need is to get the differences between the dates, in the first date and the second the difference will be of 210. I need to get another column with that information. know the formula to do that?
Solved! Go to Solution.
Hi,
Effectively what you want is the value for that day only. Do you get the correct answer with this?
=SUM(vnxcritical[Used Space GB])
Hi,
Effectively what you want is the value for that day only. Do you get the correct answer with this?
=SUM(vnxcritical[Used Space GB])
I have a Quick Measure here that might help, it is a very similar issue:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Periodic-Revenue-Reverse-YTD/m-p/373185
Hey, thanks for help.
I try your solution.. like this:
don't know why is that number 47753154322 it's in all the columns. it's strange. do you have any clue ? :s
Hi @Anonymous
Greg_Deckler's solution is a measure, why you direct input measure formula into a calculated column?
Calculated Columns and Measures in DAX
Regards,
Xiaoxin Sheng
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 53 | |
| 41 | |
| 15 | |
| 13 |
| User | Count |
|---|---|
| 97 | |
| 83 | |
| 35 | |
| 29 | |
| 25 |