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
Jferrell
Resolver I
Resolver I

Query filters

When I right click on filtered rows I can click on edit settings and make changes BUT when I cliock on another filtered row the "EDIT SETTINGS" is grayed out and I CAN'T clik on hat???

1 ACCEPTED SOLUTION

You can modify the code directly in the formula line if you are wanting to change those filters.  I think the reason you don't see the gear is that the GUI for filtering only allows 2 basic filters and the filter that is applied in that step is mor complex that the UI can display.

View solution in original post

9 REPLIES 9
jdbuchanan71
Super User
Super User

Are you able to click on the gear icon next to the step?

EditSettings.jpg

 
 
 
 
 

That filter does not have the gear to the right.

What is the text in the formula bar when you select that step?

Not sure what/where the text or formula are but I can right click and get options like delete, rename, properties, etc.

The formula bar is highlighted in my screen shot below.  I am wonding what you see for that step:

FormulaBar.jpg

= Table.SelectRows(#"Credit % Spent Filter", each [PO Required] <> null)

= Table.SelectRows(#"Added Custom", each ([#"Credit % Spent"] <> null and not Number.IsNaN([#"Credit % Spent"]) and [#"Credit % Spent"] <> -#infinity and [#"Credit % Spent"] <> 0 and [#"Credit % Spent"] <> #infinity))

Anyone have an answer? Thank you.

You can modify the code directly in the formula line if you are wanting to change those filters.  I think the reason you don't see the gear is that the GUI for filtering only allows 2 basic filters and the filter that is applied in that step is mor complex that the UI can display.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.