Forum Discussion
Normalization of column to a Measure
Vitorino it will be easier to provide a solution if you paste sample data and expected output.
👉 Learn Power BI and Fabric - subscribe to our YT channel - @PowerBIHowTo
So, I have this car dataset:
(marca = brand, modelo = model, Ano = Year, Kms = Kilometers, Preço = Price, preço normalizado = Normalized price, AVG Preço = average price, STD Preço = Price standard deviation, MAX and MIN Price)
So, it seems that when I use the provided calculated column above (preço normalizado), which creates a normalized price, it includes all brands (marca) and models (modelos). However, what I want is for that value to recalculate when I apply filters to the brand or models. In this example, the brand "CLA 180" and the model "CLA 200" should be calculated separately, but what is currently happening is that they are sharing the same scale for all cars.
So, I thought that I should probably use a measure to adjust the calculations, but it didn't work out as expected.
I also calculate the standard deviation (STDeviation), maximum price (Max€), and minimum price (MIN€).