Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I need the column to display the averages similiar to this. Averages are being displayed for values in incremements of 5's. Any ideas on how to do this.
Thank you
@sammy3 , Create a new column in table like
new column = Quotient([Value]-1,5)
then you can have a new column
Avg = avergageX(filter(Table, [New column] =earlier([New Column])),[Year])
or a new measure
Avg = avergageX(filter(allselected(Table), [New column] =max([New Column])),[Year])
This was very useful, thank you very much. One more question, how would i be able to calculate the standard deviation for the years that have the same averages?
Thank you
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
67 | |
64 | |
57 | |
39 | |
27 |
User | Count |
---|---|
85 | |
59 | |
45 | |
43 | |
38 |