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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

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
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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