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

  • 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])

2 Replies

  • 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])
  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi, Anonymous 

    Thanks for MFelix reply. I don't understand what you want, can you describe it more clearly. X/Y means X divided by Y?

    Best Regards,
    Yang

    Community Support Team