Forum Discussion
jpereztang
Helper I
8 years agoChange measure value based on measure
Hi everyone, I know you have an idea how to achieve it. this is my data As simple as it appears i want to put the max value of Total column when [Is in Range] column is 1 for all ro...
- 8 years ago
Hi,
Try this formula
=if([Is In Range]=0,MAXX(FILTER(ALL(Hoja1[Duration]),[Is In Range]=1),[Total]),[Total])
Hope this helps.
Ashish_Mathur
Super User
8 years agoHi,
Try this formula
=if([Is In Range]=0,MAXX(FILTER(ALL(Hoja1[Duration]),[Is In Range]=1),[Total]),[Total])
Hope this helps.