Forum Discussion
Anonymous
6 years agoNot applicable
Get the value from Column
HI All, i need the vaue which is repeating in the column. Ex: from the below example Using DAX need to get the Value "5" for 2019 and Value "10" for 2018 Please let me know if yo...
Mariusz
6 years agoCommunity Champion
HI Anonymous
The column will be this.
Column = CALCULATE( MAX( 'Table'[Value] ), ALLEXCEPT( 'Table', 'Table'[Year] ) )
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.

Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.