Forum Discussion
Jferrell
6 years agoResolver 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???
- 6 years ago
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.
Jferrell
6 years agoResolver I
That filter does not have the gear to the right.
jdbuchanan71
6 years agoSuper User
What is the text in the formula bar when you select that step?
- Jferrell6 years agoResolver I
Not sure what/where the text or formula are but I can right click and get options like delete, rename, properties, etc.
- jdbuchanan716 years agoSuper User
The formula bar is highlighted in my screen shot below. I am wonding what you see for that step:
- Jferrell6 years agoResolver I
= Table.SelectRows(#"Credit % Spent Filter", each [PO Required] <> null)