Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All,
i have a table in excel (sample below) connected to PBI report, i want to craete a meaure to calculate the standared deviation for values in column (result)
More details about Standard deviation is here https://en.wikipedia.org/wiki/Standard_deviation
Solved! Go to Solution.
@MostafaGamal That should just be STDEV.P or STDEV.S: STDEV.P function (DAX) - DAX | Microsoft Learn
@MostafaGamal That should just be STDEV.P or STDEV.S: STDEV.P function (DAX) - DAX | Microsoft Learn
thanks