Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. 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 :).
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 51 | |
| 43 | |
| 39 | |
| 19 | |
| 19 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 34 | |
| 33 | |
| 30 |