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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
viviana
Regular Visitor

Developing Custom Visuals: Old API vs New API

In developing custom visuals, there exists a deprecated PowerBI Custom Visuals API: https://github.com/Microsoft/PowerBI-visuals-core

The PowerBI team has removed the online developer tools as of last week, and the team no longer supports open issues on this API.

 

There exists a new PowerBI Visuals API: https://github.com/Microsoft/PowerBI-visuals

However, this API's functionality is severely limited in contrast to the functionality available from the deprecated API.

 

What's the plan looking like for expanding the new PowerBI custom visuals API? How fast are changes being rolled out, and is there a calendar for these new changes? I find myself blocked in the process of creating several custom visuals because the API is not at parity with the deprecated API. As one example, there is no functionality in the new API that is at parity with IInteractiveBehavior or IInteractivityService.

4 REPLIES 4
v-chuncz-msft
Community Support
Community Support

@viviana,

 

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.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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. 

 

 

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

Hi Mcburn,

 

Thanks for your reply. Likewise, I hope we get more information in the upcoming weeks.

 

Best,

Vivian

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors