Forum Discussion
Anonymous
3 years agoNot applicable
Selecting specific value from a table
Hello guys. I am trying to find a way to get a s specific value from my table. I want a way to get the 1.6 Actual value and perfom a calulation on it.... Find Value of Actual where Key Indicator = TRCF .. or something similar to that... Is there anyone that can help
1 Reply
- NithinrResolver III
sorry if I didn't understood you question using if statements you can achieve your goal
Column = IF('Table'[Key Indicator]="TRCF",'Table'[Actual Value]+ "operation you want")