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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Sumeesh
Regular Visitor

Weekly Average and Weekly Std Dev

Hi Team,


Could you help me with this query.


I need Weekly Average and Weekly Std Dev of parameters for research purpose:-


Table data:-

 

DATE                  pH              COND

1st Jan 2020       8.6             4000

2nd Jan 2020      8.8             5000

8th Jan 2020       9.7             3000

9th Jan 2020       9.8             5000

Solution needed (format)

parameter         (weekly avg) week 1         week 2
pH                       8.8                                     4500
Conductivity        9.75                                  4000


parameter         (weekly Std Dev) week 1         week 2
pH                       8.7                                        4575
Conductivity        9.5                                       4011

 

Please let me know in case of any further information needed from my side.
Thanks for your help!

 

Regards,
S

1 REPLY 1
Mahesh0016
Super User
Super User

@Sumeesh 
> First you create WeekNum Column then
> Ph = calculate(sum(table[pH]),ALLEXPECTED(Table,Table[WeekNum]))
> Avg_Ph = AVERAGEX(ALLEXPECTED(Table,Table[WeekNum]),[Ph])

@Sumeesh I hope this helps you!THANK YOU!!

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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

Top Solution Authors