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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

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
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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.