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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
y5famfnatudu
Helper III
Helper III

A Deneb Visual that contains only Radio Buttons

Hello,

 

I have a field in a table that is called is_employee, this field is either 0 or 1. I want to create a Deneb (vega-lite) control that shows "2 radio buttons", the first is called "All", and the second is called "Employees" Selecting an option, filters the other Power BI visuals accordingly

 

Best regards,
Simon

2 ACCEPTED SOLUTIONS
dm-p
Super User
Super User

Hi @y5famfnatudu,

Sounds like you're trying to use Deneb as a slicer? Unfortunately a custom visual can be built with functionality to either cross-filter or slice, but not both. Because slicing works very differently in the back-end to cross-filtering (you need to create your own logic to build and route filters to the main window), and because the majority of use cases for Deneb favour cross-filtering, Deneb doesn't have the functionality coded to perform slicing and it is not on the roadmap to do so, due to the aforementioned limitations with how visuals work in Power BI.

If you cannot model a solution that works with native slicers or filters in the pane, your best bet would be to develop a custom slicer visual using the visuals SDK specifically for this purpose.

Regards,

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


My course: Introduction to Developing Power BI Visuals


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




View solution in original post

Hi @y5famfnatudu,

 

Deneb doesn't contain the ability to slice other visuals at all. The functionality to slice other visuals cannot exist in a custom visual if it wishes to implement cross filtering or cross highlighting.

 

Whether you enable or disable cross filtering for the visual you're designing in Deneb is immaterial; Deneb itself cannot change to behave as a slicer because the custom visuals framework does not allow us to change this dynamically - the capability to specify a custom visual should behave as a slicer Has to be declared and coded before it is compiled into a .pbiviz.

 

Similarly if you were to code a custom visual that is declared to be a slicer, this cannot be cross filtered or cross-highlighted from other visuals.

 

Regards,

 

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


My course: Introduction to Developing Power BI Visuals


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




View solution in original post

4 REPLIES 4
dm-p
Super User
Super User

Hi @y5famfnatudu,

Sounds like you're trying to use Deneb as a slicer? Unfortunately a custom visual can be built with functionality to either cross-filter or slice, but not both. Because slicing works very differently in the back-end to cross-filtering (you need to create your own logic to build and route filters to the main window), and because the majority of use cases for Deneb favour cross-filtering, Deneb doesn't have the functionality coded to perform slicing and it is not on the roadmap to do so, due to the aforementioned limitations with how visuals work in Power BI.

If you cannot model a solution that works with native slicers or filters in the pane, your best bet would be to develop a custom slicer visual using the visuals SDK specifically for this purpose.

Regards,

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


My course: Introduction to Developing Power BI Visuals


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




Sorry @dm-p to bother.
What if I want to use this Radio Button to slice other visuals, and not concerned with cross-filter. Would that still be possible? That would be so much appreciated.

Regards, Simon


Hi @y5famfnatudu,

 

Deneb doesn't contain the ability to slice other visuals at all. The functionality to slice other visuals cannot exist in a custom visual if it wishes to implement cross filtering or cross highlighting.

 

Whether you enable or disable cross filtering for the visual you're designing in Deneb is immaterial; Deneb itself cannot change to behave as a slicer because the custom visuals framework does not allow us to change this dynamically - the capability to specify a custom visual should behave as a slicer Has to be declared and coded before it is compiled into a .pbiviz.

 

Similarly if you were to code a custom visual that is declared to be a slicer, this cannot be cross filtered or cross-highlighted from other visuals.

 

Regards,

 

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


My course: Introduction to Developing Power BI Visuals


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




Tank you Daniel, for your clarification, I appreciate it so much

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Solution Authors