How to add custom filter on v0.44.2


0.44.2 Question Summarize UI - no place to add custom filter

SELECT average(count_1), average(count_2) 
FROM table
WHERE dimension_1 IN (list_of_dimensions)

On a "Question" without creating "SQL", I could generate a "Summary" and add customer filter like '[dimension_1] = 123 OR [dimension_1] = 124....' at a question level

Post v0.44.2 update, I cannot find option to add custom filter for a question on a summarize UI since v0.44.2 update. Has custom filter on Summarize/Question been dropped in v0.44.2?

Hi @camel_case
You can add custom filter via the Notebook editor, click the top-right icon.

1 Like

Thanks found it