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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

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

Power BI Monthly Update - September 2025

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

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.