Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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 my response has successfully addressed your question or concern, I kindly request that you mark this post as resolved. Additionally, if you found my assistance helpful, a thumbs-up would be greatly appreciated.
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 my response has successfully addressed your question or concern, I kindly request that you mark this post as resolved. Additionally, if you found my assistance helpful, a thumbs-up would be greatly appreciated.
Thanks,
Ankit Kukreja
www.linkedin.com/in/ankit-kukreja1904

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors