The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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