I am using the Tableau MCP get-view-image Tool. Is there a way to download an image with a set filter applied when using a set as a filter on a dashboard? It appears that there is no way to apply a set filter using the REST API View Filter, so I am asking if there is a workaround.
2 respostas
Hey, I ran into the same thing. The REST API view filters (and the MCP tool that uses them) only work with regular fields, not sets. One workaround that worked for me was to filter on the underlying field that the set is built from and just pass the member values. If that doesn’t fit, creating a custom view with the set already applied and downloading that image is another option. Hope that helps.