Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
@BeaudryL
Please use this measure:
STD Dev =
VAR __MeanByClinician =
ADDCOLUMNS(
SUMMARIZE( MENTORS , MENTORS[Clinician] ),
"@Mean" , CALCULATE( AVERAGE( MENTORS[Response.Value] ) )
)
VAR __StdDev = STDEVX.P( __MeanByClinician , [@Mean] )
RETURN
__StdDev
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Well, that was easy. Thank you!!
@BeaudryL
Please use this measure:
STD Dev =
VAR __MeanByClinician =
ADDCOLUMNS(
SUMMARIZE( MENTORS , MENTORS[Clinician] ),
"@Mean" , CALCULATE( AVERAGE( MENTORS[Response.Value] ) )
)
VAR __StdDev = STDEVX.P( __MeanByClinician , [@Mean] )
RETURN
__StdDev
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
87 | |
81 | |
53 | |
38 | |
35 |