Forum Discussion
Developing Custom Visuals: Old API vs New API
Based on my research, you may take a look at https://github.com/Microsoft/PowerBI-visuals/blob/master/Visual/Selection.md. As for the upcoming features, see Roadmap.
- viviana9 years agoRegular Visitor
Hi Sam,
Thanks for the links! I've been working with the SelectionManager in the new API, but it's not yet at parity with the functionality of IInteractiveBehavior or IInteractivityService.
I'm working on creating a custom slicer. I've looked at the source code for the slicer visual itself (this source code uses the old API), and it makes extensive use of both classes (IInteractiveBehavior or IInteractivityService), in particular, a function called persistFilter(...).
I'm also curious to know more details about the features outlined in the RoadMap - there aren't any dates or scheudles as to when we can expect new features to roll out, apart from the ones that are now code complete. The documentation seems incomplete.
- Mcburn9 years agoHelper II
Hey viviana,
the Documentation of the API is incomplete. They are working on that.
I hope we get more Information in the next Weeks.
Nice Regards
Mcburn
- viviana9 years agoRegular Visitor
Hi Mcburn,
Thanks for your reply. Likewise, I hope we get more information in the upcoming weeks.
Best,
Vivian