Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hello, I am attempting to create a calculated column to indicate the average of Rate by Month. I believe it should look something similar to the following, but I know the expression in the filter function is incorrect.
=Average(Filter('datamodel',[Month] = [Month]),[Rate])
What I am trying to do with this expression in the filter function is indicate that we only want the average for each distinct month. The bolded portion of the function is where I believe I am going wrong here and could use some assistance.
FYI - I have seen examples of this function with the month indicated, but I will not be able to do so with my example. The formula just needs to know that it takes the average of Rate in the 'datamodel' for a distinct month.
Thank you!
Solved! Go to Solution.
Hi @jamesrr25
Please try this
Column = CALCULATE( AVERAGE([Rate]) , Filter('datamodel','datamodel'[Month] = EARLIER('datamodel'[Month]) ) )
Hi @jamesrr25
Please try this
Column = CALCULATE( AVERAGE([Rate]) , Filter('datamodel','datamodel'[Month] = EARLIER('datamodel'[Month]) ) )
Thank you @Phil_Seamark ! This worked perfectly.
I have never used the Earlier function and am reading up on it some more. Very interesting! Have a fantastic day.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
140 | |
71 | |
64 | |
52 | |
50 |
User | Count |
---|---|
209 | |
92 | |
64 | |
59 | |
56 |