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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
KWFI1984
New Member

Showing chart visual based on filter selections

Hi,

 

Is it possible to make dynamic visuals based on the selections in slicers/filters?

 

I'm making report where there is basically three layers of data and for one chart the data is relevant only on the lowest level. That's why I wouldn't like to present the data for two upper levels of data as it doesn't make sense. You can make measures to create the condition which is based on data, but can that be done somehow based on filter selections?

 

Br,

KW

2 ACCEPTED SOLUTIONS
danextian
Super User
Super User

Hi @KWFI1984 

 

If it's just between a line and column chart, you can use the line and column chart combo where either the line or the columns are visible depending on slicer selections. However, for other visuals, bookmarks will be necessary.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

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


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

View solution in original post

vojtechsima
Super User
Super User

@KWFI1984 ,

I am not sure what's your setup, but can you just prefilter the page for the level you want? Or is there how you can define the levels?

Imagin status A is your lowest level (can be applied on visual/page level)

vojtechsima_0-1742209798654.png

 

But if you wanna hide the the data only when things are selected, you can use ISFILTERED on your measure in the affected table or you can use bookmarks.

You can not dynamically completely hide the whole visual using filters, you can only show blank, let's say.

View solution in original post

2 REPLIES 2
vojtechsima
Super User
Super User

@KWFI1984 ,

I am not sure what's your setup, but can you just prefilter the page for the level you want? Or is there how you can define the levels?

Imagin status A is your lowest level (can be applied on visual/page level)

vojtechsima_0-1742209798654.png

 

But if you wanna hide the the data only when things are selected, you can use ISFILTERED on your measure in the affected table or you can use bookmarks.

You can not dynamically completely hide the whole visual using filters, you can only show blank, let's say.

danextian
Super User
Super User

Hi @KWFI1984 

 

If it's just between a line and column chart, you can use the line and column chart combo where either the line or the columns are visible depending on slicer selections. However, for other visuals, bookmarks will be necessary.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

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


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors