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
Anonymous
Not applicable

Standard Deviation Formula does not generate group stdev in table

Hey all,

 

My standard deviation measure does not give me the standard deviation of each group, only a total when I put it into a table. How come? Formula and pics below:

 

stdev_project_invoice = STDEVX.P(SUMMARIZE(DimProject,DimProject[DimProjectName],"Invoice Values",[Total Invoices]),[Invoice Values])

 

stdev_project_subtype = STDEVX.P(SUMMARIZE(DimProject,DimProject[DimProject SubTypeName],"Invoice Values Subtype",[Total Invoices]),[Invoice Values Subtype])

 

stdev ques.PNG

2 REPLIES 2
v-chuncz-msft
Community Support
Community Support

@Anonymous 

 

You may try to add ALLSELECTED.

ALLSELECTED ( DimProject )
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

@v-chuncz-msft  Thanks man, How would you suggest using the ALLSELECTED within the formula?

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