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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
coreySky
Regular Visitor

How to apply a formula to a measure

I have the following table

 

coreySky_0-1689787813093.png

 

And I have a measure on this table:

measure_a = average(Table[flow_mean])

 

 

I'd like to normalize the value of this measure using the following formula and create a new measure or column:

 

normalized = (x-min(x))/(max(x) - min(x)) * 100

 

Min(x) and Max(x) are the minimum and maximum averages in the `measure_a`.

 

I'm not sure how to perform this operation, but I'd appreciate any help.

 

 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

Read about SUMMARIZE, SUMMARIZECOLUMNS and AVERAGEX

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

Read about SUMMARIZE, SUMMARIZECOLUMNS and AVERAGEX

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors