Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello
I am trying to get the Weighted Average by Region next to my average DailyRev., but the numbers are really high I could not figure out why is that. Can anybody please check this and let me know what's going on? I spent a lot of hours and I am stumped. I have filtered for the last 12 months, but it should not affect it.
Formula
Rev BY Region =
VAR TotalDailyRev =
CALCULATE(
SUM(Sampledata[DailyRev]),
ALL(Sampledata[Region_Adj])
)
VAR SummerisedTable =
ADDCOLUMNS(
SUMMARIZE(
Sampledata,
Sampledata[Region_Adj]
),
"DailyRev", SUM(Sampledata[DailyRev]),
"WT", SUM(Sampledata[DailyRev])/TotalDailyRev
)
RETURN
SUMX(
SummerisedTable,
[WT] * [DailyRev]
)
Thanks for the post, but I found the correct way to calculate the weighted average in my situation. Weighted_Avg = ABS(CALCULATE(SUM(AppendCombined[Revenue])/(SUM(AppendCombined[Hours])/8)))
This is the correct formula for my situation to get it. Again, thank you for the help
I can't understand your business logic without the expected numbers.
But maybe you are waiting for this?!
you can show the expected output?
To be honest, I am not sure. That is why seeking help in Community. I am trying to check the way I calculated my weighted average is correct or wrong. When Comparing below, my average and my calculated weighted column, it has a very high number. which I don't think is correct (not 100% sure) .
I just want to check with you guys if my method is correct.
Thank you
Thank you for the quick response.
Not quite right, I looking for the weighted average for each region. Not the %. I need the 12-month filter. I don't think we need to remove the filter, right
Again, thank you
Is this what you are looking for?
User | Count |
---|---|
117 | |
73 | |
58 | |
49 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |