Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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
Solved! Go to Solution.
Hi @GAPER ,
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])
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @GAPER ,
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])
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThe Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 57 | |
| 40 | |
| 27 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 127 | |
| 108 | |
| 54 | |
| 39 | |
| 33 |