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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors