Forum Discussion
Calculate different values in one column based on different % that results from another matrix
Good evening everyone,
Thank you for reading my post I hope you can help me for this really specific case!
I sell products in different countries with different specifications. Here I created a matrix where I can observe the amount of sales for the previous years per month and how much it represents in % of the total sales:
Then I created a matrix where there is the forecast by Country and Product for next year, as follows:
The forecast it goes as far as the product level. I cannot forecast down to the Specification level. So I want to use the % of specification sells of previous years to forecast by Country, by product and also by specification.
To do that I multiply this 2 matrix and end up with a forecast for next year by month:
We have good results for the Product and Country levels but not for the specifications. The formula used is the following.
| November | |
| Sales 2021 | |
| Country A | 92.99 |
| Product 1 | 55.58 |
| Specification 1 | 50,47 |
| Specification 2 | 5.11 |
It's a really confusing exercice, I tried to be as clear as possible. Please feel free to let me know if I need to be clearer.
A link on my drive to download the power bi:
https://drive.google.com/file/d/1vmOmsuNQD9ks5NYX2b8V-rFy2JjjfGS5/view?usp=sharing
Thank you so much for your time!
Oscar
- Anonymous4 years ago
HI OscarDOSSANTOS,
According to your description, it sounds like you want to get the per month forecast instead of total values. If that is the case, I'd like to suggest you manually process these.
You can get the current year forecast and manually extract aggregate date values on the current cell, then you can use the total month count to calculate with summarized total values. (per month forecast = year total /12, current forecast = per month forecast * current aggregated month amount)
Regards,
Xiaoxin Sheng
3 Replies
- lbendlin
Super User
You are calculating percentage of row total (across all months). Are you sure about that? Don't you want to calculate the percentage of parent total (single product and single month) ?
- OscarDOSSANTOSFrequent Visitor
I guess it can also work to calculate the percentage of parent total
- AnonymousNot applicable
HI OscarDOSSANTOS,
According to your description, it sounds like you want to get the per month forecast instead of total values. If that is the case, I'd like to suggest you manually process these.
You can get the current year forecast and manually extract aggregate date values on the current cell, then you can use the total month count to calculate with summarized total values. (per month forecast = year total /12, current forecast = per month forecast * current aggregated month amount)
Regards,
Xiaoxin Sheng