Forum Discussion
Anonymous
2 years agoNot applicable
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
- MFelixSuper User
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]) - AnonymousNot 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