Forum Discussion
Calculate previous month Sales in Virtual Table
Hi lbendlin,
Thanks for your reply. For what I saw, I need another tool to try and test EVALUATEANDLOG , and I cannot install it in my work laptop, sorry 😞
I've been trying different things and now I see some data for the Actuals, but it shows the total in every month, it's not getting split properly per month. I changed the Period table for the Sales table in the CALCULATE for the Actuals. This is the code:
The "separated measures" is what I should get. When I use those measures inside the virtual table then I get the correct result for the Forecast but not the Actual:
I attach the PBIX if this helps for checking. I cannot upload it directly here so here is the link:
Thank you!
That TestTable looks weird
Are you trying to use current month actuals as prior month forecast?
- Anonymous2 years agoNot applicable
Hi lbendlin ,
Thank you for your reply,
So each period (PER-X) has the 12 month in each on my real data. Here there are just 3 periods and months to simplify the test.
If the user picks a period, I want to see the sales for each month of that period, but also the sales on the previous month, so I can then compare both. I'm calculating a virtual table because once I have this step done, I'll add some Exchange ratios and other calculations.
Right now I can see correctly the Forecast, in the Test table and in the visual matrix, but the Actual appears correct in the test table but it appears the total amount in each month, instead of getting splitted.
Maybe the approach I'm doing to get this calculation done is not correct and I can do it in a different way, but I'm not sure how.
Thank you very much for helping.
- lbendlin2 years ago
Super User
Think about the sustainability of your process. If you think it is low maintenance then keep using it. But if it is a hassle to set up and you have to constantly change stuff around (now month, new year etc) then it may be worth considering a refactoring. Try to use generally agreed terminology (ie don't mix up actuals and forecast - they have different meaning. Even the word "forecast" it self is rather ambiguous.)
See if you can run all this on measures, without the need for the extra table.