cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
FAA9
Frequent Visitor

Multiplication of two calculated measures & wrong subtotals

hi,

I am struggling to find the right measure for calculating the subtotal at the month level for the Weighted (WTD) stock cover in weeks.
Example of row-wise calculation: (12%+27%)*7.6 = 3.0 of wtd stock cover in wks for Partner A.

In the month total I want to sum up all these results from sub-category and regional level for each Partner to get the sum shown on extreme right. 

Whats the best way to get that? I have tried sumx and summarize etc. Nothing is working 😞
____
Wtd Forecast =
VAR monthly_fc = CALCULATE(Sum[FC Value]), ALLSELECTED(Product[code]), all(Product[Partner]), all(tblDate[Date]) )
VAR weekly_fc = CALCULATE(Sum[FC Value]), ALLSELECTED(Product[code]))

Return
DIVIDE(weekly_fc, monthly_fc)

____
wtd cover= CALCULATE([Days Covers]/7)*(CALCULATE([Wtd Forecast], ALL(Products[Partners]) ) )

FAA9_1-1668184372873.png

 



 

 

1 ACCEPTED SOLUTION
AnkitKukreja
Super User
Super User

Hi! @FAA9 

 

SQL BI covered this topic last month, please have a look at this and see if that helps you.

 

https://www.sqlbi.com/articles/why-power-bi-totals-might-seem-inaccurate/

https://www.youtube.com/watch?v=Rii_6qkLNh8

 

If it doesn't help, Please share the pbix file if possible.

 

 

If I have answered your question or solved your problem, please mark this post as solved.
If you liked my response, please give Kudos

Thanks,
Ankit Kukreja
www.linkedin.com/in/ankit-kukreja1904

View solution in original post

1 REPLY 1
AnkitKukreja
Super User
Super User

Hi! @FAA9 

 

SQL BI covered this topic last month, please have a look at this and see if that helps you.

 

https://www.sqlbi.com/articles/why-power-bi-totals-might-seem-inaccurate/

https://www.youtube.com/watch?v=Rii_6qkLNh8

 

If it doesn't help, Please share the pbix file if possible.

 

 

If I have answered your question or solved your problem, please mark this post as solved.
If you liked my response, please give Kudos

Thanks,
Ankit Kukreja
www.linkedin.com/in/ankit-kukreja1904

Helpful resources

Announcements
Winner of T-Shirt Design

Power BI T-Shirt Design Challenge 2023

Find out who won the T-Shirt Design Challenge and the top 3 finalists.

March 2023 Update3

Power BI March 2023 Update

Find out more about the March 2023 update.

Top Kudoed Authors