deldersveld
9 years agoResident Rockstar
Normalize Numeric Data
Normalize numeric data from several independent ranges to a uniform scale ranging from 0 to 1. This can be used as a precursor for clustering, creating parallel coordinates plots, and more.
Fol...
SKan
3 years agoFrequent Visitor
Hi, Thanks for the article.
I have one question. Why did you use MAX(Table[Value]) for each data point? Wouldnt it return the max value for the whole "value" column, while w need the current cell value here.
VAR DetailValue = MAX('Table'[Value])