Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi All,
I'm trying to get a measure that will display the running balance carried over from previous month.
So here's what I'm tryin to do (C+D-E) will give me F as my closing balance then next month I carry over that closing balance and start again.
Thanks,
Marc
Solved! Go to Solution.
@r0ot5 , Assuming you have a date you can get like this
Closing Balance = CALCULATE(Table([Purcahse])-SUM(Table[Sales]),filter(allselected(Table),Table[date] <=max(Table[Date])))
@r0ot5 , Assuming you have a date you can get like this
Closing Balance = CALCULATE(Table([Purcahse])-SUM(Table[Sales]),filter(allselected(Table),Table[date] <=max(Table[Date])))
Thanks for help, that's exactly what I needed :).
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
87 | |
81 | |
53 | |
38 | |
35 |