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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
ysapiyev
Responsive Resident
Responsive Resident

How to select elemnts to show in table view

Hi everyone,

 

I want to have table visual an to display only the value, which was selected on scatter plot, which has same inputs. And, if no element is selected, then table visual will display empty.

1 ACCEPTED SOLUTION
v-viig
Community Champion
Community Champion

Custom Visuals are able to detect selection by Highlighting property.

However, there's no way to detect a filter that can be applied by native Slicer, Chiclet Slicer, Timeline Slicer, etc.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

View solution in original post

5 REPLIES 5
v-viig
Community Champion
Community Champion

Default Power BI behavior is to show all of data-point if no items are selected on another visual.

It'd be better to follow this behavior for all of custom visuals as well since users expect that.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

ysapiyev
Responsive Resident
Responsive Resident

@v-viig,

 

Is there boolean on selected data, to sort it?

v-viig
Community Champion
Community Champion

I'm not sure that got your question.

What do you want to sort?

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

ysapiyev
Responsive Resident
Responsive Resident

@v-viig,

 

I want to display only selected data from another visual, for example scatter plot, so when I click on scatter plot, table visual automatically display value. So, I wanted to sort data if there are selected values, if so, I show them, if not - visual stays without data.

v-viig
Community Champion
Community Champion

Custom Visuals are able to detect selection by Highlighting property.

However, there's no way to detect a filter that can be applied by native Slicer, Chiclet Slicer, Timeline Slicer, etc.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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