Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

User Input Pareameter

Let's say if my input is a slicer of between a value X/Y   How do i return X and Y in my tables? I have been able to retrieved if it's a single value. Thanks
  • MFelix's avatar
    2 years ago

    Hi Anonymous ,

     

    If you have your slicer has a between then you need to use a MAX and MIN function to get those values.

    X = MIN(Table[Column])
    
    Y = MAX(Table[Column])