Forum Discussion
Weekly opening balance
- 6 years ago
Hi Oomsen ,
you are right. There was one part of the calculation that I had not fixed.
You can download the new version from here.
I rechecked calculations manually, now all seem to be good.
Let me know if it also works for you!
LC
Interested in Power BI and DAX templates? Check out my blog at www.finance-bi.com
- 6 years ago
lc_finance do you have any suggestion?
Hi Oomsen ,
You can find attached an updated version.
I obtain different numbers than you, but I rechecked them in Excel and they look correct.
| week | opening new | mutatie | deb | cred | closing new | check closing |
| 53 | ||||||
| 52 | 0 | 0 | ||||
| 51 | -405 | 0 | -405 | 0 | ||
| 50 | -405 | -405 | 0 | |||
| 49 | 0 | 0 | ||||
| 48 | 31.26 | 0 | 31.26 | 0 | ||
| 47 | 482.79 | 992 | -960.78 | 514.05 | -0.04 | |
| 46 | -449.48 | 386 | 96.56 | 33.31 | -0.23 | |
| 45 | 40332.06 | 440 | -889.32 | 39882.58 | 0.16 | |
| 44 | 31272.19 | -32 | 25457 | -16364.5 | 40332.06 | 0.67 |
| 43 | 15523.69 | 15749 | 0 | 31272.19 | 0.5 | |
| 42 | 26763.57 | -11240 | 0 | 15523.69 | -0.12 | |
| 41 | 3532.45 | 23231 | 0 | 26763.57 | -0.12 | |
| 40 | 3532 | 0 | 3532.45 | -0.45 |
Let me know if this fixes your problem!
LC
Interested in Power BI and DAX templates? Check out my blog at www.finance-bi.com
lc_finance it's still not completely what i'm looking for.
I'm expecting below:
46 39882.58 0 386 96.56 40172.02
47 40172.02 0 992 -960.78 42124.80
48 42124.80 0 0 0 42124.80
- lc_finance6 years agoSolution Sage
Hi Oomsen ,
you are right. There was one part of the calculation that I had not fixed.
You can download the new version from here.
I rechecked calculations manually, now all seem to be good.
Let me know if it also works for you!
LC
Interested in Power BI and DAX templates? Check out my blog at www.finance-bi.com
- Oomsen6 years agoHelper III
lc_finance although it is now working properly, I noticed that there is a difference with the actual balance. This is because last year's balance is not included. How could I add this?
- lc_finance6 years agoSolution Sage
Hi Oomsen
I reopened the file and I see that you have a year slicer. Thus if you choose 2019 on the year slicer, all the amounts from 2018 and 2020 will be filtered out.
There is a solution to it, which is using ALL(). This function, along with CALCULATE, allows you to remove filters for a certain formula.
The syntax would be:
CALCULATE( your calculation goes here, ALL(Dimdate[Jaar]))
the calculation you enter will disregard the slicer on the year, it will thus be able to access all years.
Does this help you?
Regards
LC
Interested in Power BI and DAX tutorials? Check out my blog at www.finance-bi.com