Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
@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 FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
71 | |
63 | |
49 | |
29 |
User | Count |
---|---|
119 | |
102 | |
73 | |
65 | |
40 |