ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: Pass Dashboard Filter value to Data Model as a Parameter Hi @abhinavt, I'm not sure if I fully understood your use case but here are my 2 cents: You can create dynamic query imports in your data model based on user parameters https://docs.sisense.com/main/SisenseLinux/importing-data-with-custom-queries.htm#DynamicImportQuery You can update the user parameter value for a user with the Sisense API (/user-parameters endpoints) So you can save the request_id per user as a parameter and update it via the API whenever you need it. If you configure the table in the datamodel to be filtered by the parameter, every time it changes, the table will be updated. Wish it helps you! Re: How to delete git branches? Yes, that's the only option I see. Thanks Tim How to delete git branches? Hello! We integrated git to track the development of our dashboards. We have a "main" branch for production release and we create a new temporary branch for each new feature to implement. Is there a way to remove branches we don't need anymore from the Sisense GUI? Solved