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
aricossa
Regular Visitor

PowerBi development - Visual level filters

Goodmorning,

We are developing a powerbi custom visual to represent a organization department structures using a tree view. We have a lot of root nodes and we would like to show initially only those nodes.

We use a Telerik Kendo UI diagram javascript object to draw those nodes.

  

When user click on nodes we would like to drill down on that node. We create a data role to contain the hierarchy.

 

We think we need to filter the data with the selected node and to drill down but we cannot achieve that.

 

We notice that the stock visual Treemap apply filters on drilled nodes. We would like to replicate this!

 

Thanks

3 REPLIES 3
v-viig
Community Champion
Community Champion

I'm not sure that get the requirement well.

Do you want to filter other visuals on report page after selecting any node on your custom visual?

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

[email protected]

Hi Ignat,

 

Thanks for your reply.

 

We would like to add a filter to our visual and then call the drill down event. 

 

We know how to represent the data we receive using a javascript component like D3 or Telerik. After that, when the user click on an element we would like to do something, for example to filter on the data the user select and to drill down.

v-viig
Community Champion
Community Champion

Hi @aricossa

 

To achieve the goals please visit the official documentation for Drill Down and  Selection API and Advanced Filter API.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

[email protected]

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