Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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 January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
123 | |
79 | |
49 | |
38 | |
37 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |