Forum Discussion
How to Fix Subtotal
Hello - Looking for some, please. I tried to solve it through various solutions on the PowerBI community/Youtube as most of the time is HASONEVALUE function but I am not able to solve so sharing my problem here. Please help if possible.
I am trying to calculate a weighted average of working days. The weighted average is getting calculated correctly, but the subtotals are wrong. Example: For UK & Ireland I am expecting a value of 5 which is 0.18+4.82 but I get 10 which is the sum of the absolute working days. Please suggest the right method if possible.
Thanks
3 Replies
- Ashish_MathurSuper User
Hi,
Does this measure work?
Measure = SUMX(VALUES(Data[Display Country name]),[Current Weighted avg])
- abhishekrws01Helper I
Hi Ashish, Thank you for the comment. I solved it with some of the research on the web. I used the ISINCOPE function and added the syntax similar to what you suggested.
IF(ISINSCOPE(Region[Display Country Name]),SUMX(vTable,[Weighted WD]) ,SUMX(vTable,Divide([Country Sales], [Total Sales])* [Working days]))Thank you for your time.
Best regards
- lbendlinSuper User
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216
Please show the expected outcome based on the sample data you provided.
https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523