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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
CyberiX
Frequent Visitor

'dataSelected' event is not fired in case if SelectionManager.Select() does not have results

Hello.
May be this is not a real issue, but feature. I have web app (Angular 4) with PowerBI embedded report (this report uses custom visual). I receive this event in my app in case if SelectionManager.Select() returns array of selected items. But in case of second click on the same item SelectionManager.Select() returns an empty array and this event is absent.
In any case I'd like to receive this event even with empty data in my app.
My workaround is:

this.report.on('dataSelected', (event) => {
    console.log('dataSelected: ', event);
});

Best regards.

2 REPLIES 2
v-viig
Community Champion
Community Champion

Hello @CyberiX,

 

Power BI Embedded reports are out of our responsibility. It isn't related to custom visuals.

Could you please create a question here?

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Sure, thank you

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors