Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
vedran
Frequent Visitor

replacement for =STANDARDIZE function (from Excel)

Hi all

 

Do we have some replacement in Power BI for =STANDARDIZE function (from Excel)

 

X is value in column, Mean is measure, Strandard_dev is also a measure, so we have arguments for function, how to have that as STANDARDIZE function?

 

Thank you

 

1 ACCEPTED SOLUTION
CheenuSing
Community Champion
Community Champion

Hi @vedran

 

The Standardize formula in  excel =

 

( Value to Normalize - Arithmetic Mean of the Distribution ) / ( Standard Deviation of the distribution )

 

Going by the formula create a measure 

= (YourTable[Column X] - measureMean ) / measureStandard_dev

 

If this works please accept it as a solution and also give KUDOS.

 

Cheers

 

CheenuSing

Did I answer your question? Mark my post as a solution and also give KUDOS !

Proud to be a Datanaut!

View solution in original post

1 REPLY 1
CheenuSing
Community Champion
Community Champion

Hi @vedran

 

The Standardize formula in  excel =

 

( Value to Normalize - Arithmetic Mean of the Distribution ) / ( Standard Deviation of the distribution )

 

Going by the formula create a measure 

= (YourTable[Column X] - measureMean ) / measureStandard_dev

 

If this works please accept it as a solution and also give KUDOS.

 

Cheers

 

CheenuSing

Did I answer your question? Mark my post as a solution and also give KUDOS !

Proud to be a Datanaut!

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.