Hi
The values could be in []. Please give it a try. Reference: https://github.com/Microsoft/PowerBI-JavaScript/wiki/Filters#constructing-filters
const filter = { $schema: "http://powerbi.com/product/schema#basic", target: { table: "ResponsesResultsUsers", column: "Response ID" }, operator: "In", values: [26] }
Best Regards,
Dale