I’m using Full MDX to dynamically switch data source cubes in the UI, but the UX Text Box widget isn’t saving my input properly.
Current Version: 2026.02
The image below shows the data source setting for my widget.
It may be a long shot, but on your first screenshot, you have the dimension “flow_iteration_AP” as a global filter, which is dynamic on the MDX query, when you switch to the Cashflow one, potentially in some of the requests, it may be still using the “AP” one?
The error you have in the UpdateCells request is about wrong dimensions, so maybe is something like this.. you may be able to see in the “payload” what is trying to send.
You can try removing the one from the filters to see if it helps.
Thanks for the suggestion. I’ve tried the method you mentioned, but unfortunately, the issue persists.
I’m wondering if this is a known limitation of the current version or potentially a bug? Or is there any workaround for this issue
You should be able to switch datasource dynamically via a filter change trigger, so this could very well be a bug. There have been a few recent fixes to MDX updates to setting service variables. My optimistic assumption would be that this should be fixed in the 2026.04 release. If it is possible to reproduce the behaviour you describe using a standard samples model then we could create a test case and know for sure.