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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
nandic
Super User
Super User

Show data on Visual1 only if same data is selected on Visual2

This is setup:
1) One list visual showing columns: Category, Total Amount (so list visual, not slicer visual)
2) Second list visual showing Category, Subcategory, Product and some additional fields used for detailed export

As the second visual contains a lot of information, it is very slow.
My goal is that only if user clicks on field Category on the first (list) visual, it shows data on the second visual for that selected category.

There is approach: 

Advertiser Is Selected = IF(ISFILTERED(Category[Category Name]),1,0)

But it fails because i also show field category name in the second visual and it returns 1 for each row which means it shows all data.

There are alternatives:
1) to remove category column from that second visual (which is not ideal as it is needed in export)
2) to create drill through button to new page with all these details (which is not ideal as i would need only this specific visual on new page. But for now this seems like the best option)
3) to create tooltip (which is not ideal as user can't export data from tooltip)

But i wondered if using Dax i can work this out?

Thanks in advance
2 REPLIES 2
nandic
Super User
Super User

@Ritaf1983 thank you for interest in this subject and sorry for late response. 
We did further tests and decided to split this report into multiple pages as there were a lot of different filters on a visual level which would prevent what was initially requested.

Cheers,
Nemanja

Ritaf1983
Super User
Super User

Hi @nandic 

Can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.

How to Get Your Question Answered Quickly  

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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