Forum Discussion
Anonymous
6 years agoNot applicable
Variable factor in a calculated column
Hi all, I could use some help with the following.. This is my model: The data looks like: The table 'Factor' goes from 0,00 to 2,00 in increments of 0,01. Now, ...
az38
Community Champion
6 years agoHi Anonymous
try a measure
Measure = SELECTEDVALUE(Factor[Factor]) * MAX(Products[YearlySales])