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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
The dataSelected event is not emitted when deselecting something after applying a bookmarkState that changes the page. To reproduce, embed a report with at least 2 pages. One the first page add any visual that has items that can be selected. For instance, a pie chart with multiple regions. Then execute the following steps:
1. Select a region on the pie chart
2. Save the bookmarkState
3. Navigate to the other page
4. Apply the bookmarkState (this takes us back to the initial page with the pie region selected)
5. Deselect the region in the pie chart
Now I expect a dataSelected event to be fired on step 5, but this does not happen.
In every other situation the dataSelected event is generated in this situation. Only when getting to this point by applying a bookmarkState from another page is the event not emitted.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.