Forum Discussion
Anonymous
2 years agoNot applicable
How do i set this formula right?
I have a matrix table Level 1 is Porfolio and and level 2 is Project_short. There is a column I only want to show (ALL_IN_RATE) when it's at level 2 so i created this formula. Anyone...
- 2 years ago
Anonymous
you can try this
Measure 2 = if(ISFILTERED('Table'[Column2]),max('Table'[Column3]),blank())
ryan_mayu
2 years agoSuper User
Anonymous
you can try this
Measure 2 = if(ISFILTERED('Table'[Column2]),max('Table'[Column3]),blank())
Anonymous
2 years agoNot applicable
tHIS IS AMAZING