Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi all!
I'm trying to compare Forecasted Sales vs Actual Sales. Here is some dummy data to explain:
My Sales table showing sales for Sept, Oct and Nov for different periods:
And I have as well a simple tables for Date and Period (Period and PeriodID columns).
My virtual table needs to show the Forecast (current period selected in the filter) in one column, and the Actual (the previous month) in another column. This is because once this work, I'll add from another table the Exchange rates to compare both months.
If I test the measures separatedly, I get the correct results, but if I test the measure with the virtual table, I don't get any results for the Actual using the same formula.
These are the results. It filters correctly the top table, but the bottom one gives blank for the Actual no matter the Period selected.
This is the code I've written. I think the way I'm calculating the previous month is the issue here, but I don't know how to fix it. It works for the Forecast (when I return the forecast option) but not for the Actual:
I can upload the pbix if needed!
Thank you! 🙂
use EVALUATEANDLOG to examine each step of your process. You will be able to pinpoint where your filter context is not what you expected it to be.
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?
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.
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.
User | Count |
---|---|
85 | |
79 | |
64 | |
52 | |
46 |
User | Count |
---|---|
101 | |
43 | |
41 | |
39 | |
36 |