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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
tracytran91
Helper III
Helper III

Filter unsual value with parameter slicer

Hi friends, 

 

I would like to filter values ( created by a measure ) by using a "What-if" parameter. Could you please help me to create a measure to filter values which is greater than the input value?

For example: 

If the user input a value 3.01. The measure [ %discount vs Gross Sale] should ONLY show up value greater than 3.01 

 

SelectedValue.png

 

Any help is highly appreciated. 

Thank you in advance. 

 

onlyand nothing moreMore (Definitions, Synonyms, Translation)

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @tracytran91 ,

 

Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it.😀

 

Best Regards,
Eyelyn Qin

 

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi @tracytran91 ,

 

Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it.😀

 

Best Regards,
Eyelyn Qin

 

Thank @Anonymous for the solution!

 

Anonymous
Not applicable

Hi  @tracytran91 ,

 

You could use the following formula to create a measure

Measure = IF([%discount vs Gross Sale]>=[Parameter Value],1,0)

and apply it to filter pane(set as "=1") as shown below:

2.3.2.1.gif

Here is the pbix file.

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@tracytran91 , Try a measure like

 

measure =
var _sel = selectedValue(whatif[whatif])
return
avergageX(filter(Values(Table[customer]),[%discount vs Gross Sale]>_sel),[%discount vs Gross Sale])

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
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 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.