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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Can't get SelectionManager to work

I'm working on a custsom visual and trying to switch from using `applyJsonFilter` to using `SelectionManager` to enable highlighting other visuals. I can generate selectionIds, and they work for setting up properties in the format pane. When I call

this.selectionManager.select(selectionId).then(v => {
  debugger;
});

when the debugger pauses, `v` looks correct compared to the selectionId I passed in, but nothing is highlighted or filtered in the report. The `getKey` method on the selectionId looks something like this:

{"MVP Data.Guid":[{"identityIndex":4}],"MVP Data.Room::Program":[{"identityIndex":4}]}[]

The column names are correct, but I'm not sure if something is missing? I'm also not sure where to go from here with debugging. Thanks for any suggestions!

 

0 REPLIES 0

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors