Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have the following table
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.
Solved! Go to Solution.
Read about SUMMARIZE, SUMMARIZECOLUMNS and AVERAGEX
Read about SUMMARIZE, SUMMARIZECOLUMNS and AVERAGEX
User | Count |
---|---|
84 | |
76 | |
74 | |
48 | |
39 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |