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! Get ahead of the game and start preparing now! Learn more
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! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 88 | |
| 82 | |
| 68 | |
| 64 |