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
Bela_ICP
New Member

Standard Deviation grouped by day

Hi! I'm a beginner at PBI and need help calculating the standard deviation of a set of numbers.

 

I want the standard deviation for the amount of sales grouped by day:

Bela_ICP_3-1660163095333.png

 

 

But since my table has multiple rows for the same day, the measure I tried to use is getting this value considering each recorded number.

Bela_ICP_1-1660162891612.png

 

Bela_ICP_0-1660162850914.png

How could I correct the measure in pbi for obtaining 4.92?

https://www.dropbox.com/s/bwa3i19ubrx3ndt/Standard%20Deviation.pbix?dl=0

 

Thanks.

1 ACCEPTED SOLUTION
PurpleGate
Resolver III
Resolver III

Hi,

You can use this measure

 

Standard Deviation = 
STDEVX.P(SUMMARIZE('Table','Table'[Date]),CALCULATE(SUM('Table'[SalesAmount])))

PurpleGate_0-1660223404495.png

 

 

View solution in original post

1 REPLY 1
PurpleGate
Resolver III
Resolver III

Hi,

You can use this measure

 

Standard Deviation = 
STDEVX.P(SUMMARIZE('Table','Table'[Date]),CALCULATE(SUM('Table'[SalesAmount])))

PurpleGate_0-1660223404495.png

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.