Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

PowerBi Embedded dataSelected event not emitted on deselect after applying bookmarkstate

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.

Status: New
Comments
v-lili6-msft
Community Support

hi  @rspijker 

To my knowledge, it seems that it is designed by default.

You could post your requirement in here to make it coming soon.

 

 

Regards,

Lin

rspijker
Regular Visitor

Hey @v-lili6-msft,

 

That seems unlikely to me. As the event does fire in almost every other situation. If there is no bookmark page navigation in between, the event fires. After deselecting (doesn't fire) reselecting (fires) and again deselecting the event also fires. So it is only this very specific sequence of events where the event does not fire, I can't really imagine that's by design. If it is, is this documented anywhere? There are no caveats to when events do and don't fire listed in the documentation.