Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I am experiencing inconsistent behavior between Power BI Desktop and Power BI Service when using the new Text Input Slicer together with bookmarks.
The scenario is the following.
I am building a report that uses Translytical Task Flows, where a Text Input Slicer is used as a free text comment field. The value from the slicer is passed to a User Defined Function and written back to a data warehouse.
Because the Text Input Slicer is used as an input to a Translytical Task Flow, it becomes mandatory. This means the action button remains disabled until the slicer contains a value.
To support a proper user flow, I created a bookmark configured with selected slicers only. The purpose of the bookmark is to reset the report state after the task flow has executed.
In Power BI Desktop, this works as expected. When activating the bookmark, the Text Input Slicer is reset along with the other slicers.
However, after publishing the report to Power BI Service, the behavior changes. The same bookmark correctly resets all other slicers, but the Text Input Slicer keeps its previous value and is not reset.
This happens consistently and is fully reproducible.
Steps to reproduce
Create a report with a Text Input Slicer
Use the Text Input Slicer as an input to a Translytical Task Flow
Create a bookmark with selected slicers enabled
Enter a value in the Text Input Slicer
Activate the bookmark in Power BI Desktop and observe that the slicer is reset
Publish the report to Power BI Service
Activate the same bookmark in the Service and observe that the Text Input Slicer is not reset
Expected behavior
The Text Input Slicer should respect bookmark state in Power BI Service in the same way as in Power BI Desktop, and be reset when included in a bookmark with selected slicers.
Actual behavior
In Power BI Service, the bookmark does not reset the Text Input Slicer, even though it resets all other slicers correctly.
Impact
This makes it very difficult to build a clean user experience around Translytical Task Flows. Since the Text Input Slicer is mandatory, users are effectively forced to manually clear or re enter text after each execution.
A common workaround would be to use a default placeholder value, such as a single space, and treat it as NULL in the UDF. However, because bookmarks do not reset the Text Input Slicer in the Service, this workaround also fails after publishing.
The Clear all slicers button does reset the Text Input Slicer, but it clears it completely. This disables the Translytical Task Flow action button again, so it does not solve the problem from a usability perspective.
Additional notes
This appears to be a Service specific issue, as the same report behaves correctly in Power BI Desktop.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Based on customer reporting, this seems to have resolved.