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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Kumar11109
Helper IV
Helper IV

Calculation SD and Average

Hi All,

I have a question.that I need to calculate average and SD for total time spent for each session on power bi. I am attaching an image for the sample data.

 

I have used the below formula.

 

Average Test = Calculate(AVERAGEX(Sheet1,Sheet1[Total Time Spent]),ALLEXCEPT(Sheet1,Sheet1[Session ID ]))d]))

 

Standard DeviationTest = Calculate(STDEVX.P(Sheet1,Sheet1[Total Time Spent]),ALLEXCEPT(Sheet1,Sheet1[Session ID ]))

 

But the formula is not calculating the correct answer. Is there any alternative to this formula?? 

 

Screenshot (73).png

1 ACCEPTED SOLUTION

Thank You, As it contained duplicate values so I created another table containing the required values, then used the Sd and average from that table. 

Thank You, for your reply though. Really appreciate. 

 

Regards, 

Kumar Ashwarya

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Kumar11109,

 

There are a lot of duplicate data in your table, you can try to calculate the summary table which remove the duplicate records, for example:

 

Standard DeviationTest = STDEVX.S(SUMMARIZE(ALL(Sheet1),Sheet1[Resource ID],Sheet1[Total Time Spent]),[Total Time Spent])

 

Regards,

Xiaoxin Sheng

Thank You, As it contained duplicate values so I created another table containing the required values, then used the Sd and average from that table. 

Thank You, for your reply though. Really appreciate. 

 

Regards, 

Kumar Ashwarya

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors