Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

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.

Reply
niggebrugge
Regular Visitor

Select rows with a input number that searches if the value is between two other values

Select rows with a input number (box) that searches if the input value is between two other values 

an down value and uppervalue that are stored in a column

2 REPLIES 2
niggebrugge
Regular Visitor

Dear Amitchandak

 

So i made a what if parameter with the lowest en highest value (increment 1) that exist for the topvalue en downvalue in my dataset. I have hidden the line and know i have a nice input box for the users to put in their value.
Step 1 check 🙂

niggebrugge_0-1668075332455.png

How do i make the given parameter by the user, to select the rows in the tabel.

for example : if the parameter is 101 only the rows for spc3 and spc 4 wil show.

I realy not an expert but the if i  succes in dowing this oevr 100 people within my company will be very pleased 🙂
 

Realy appreciate al the help.

David

amitchandak
Super User
Super User

@niggebrugge , not very clear.

 

You can use whatif paramter

 

calculate(sum(Table[Value]), filter(Table, Table[Value1] >= [Whatifmeasure] && Table[Value2] <= [Whatifmeasure]))

 

https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-what-if

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors