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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
EstherBR
Helper III
Helper III

Filter the data by a field that is not in the visualization

Hi, 

 

I have the following data model:

EstherBR_0-1770973468519.png

and the following visualizations:

EstherBR_1-1770973542379.png

In Both visualizations the following filter is applied:

EstherBR_2-1770973618854.png

The issue is that the filter applies to Sales per ID visualization, but it does not apply correctly to the Sales per city ID. It takes into consideration all Sales even if they are lower than 101. How can I add that filter to the Sales per ID visualization? Thanks!

1 ACCEPTED SOLUTION
cengizhanarslan
Super User
Super User

Create a proper key relationship so the City table can filter Fact rows by ID:

  • DimLocation[ID] (unique) 1 →* FactSales[ID]

  • Keep Country/City as attributes of the dimension, not the join key.

This makes any filter by ID naturally flow to City aggregates.

_________________________________________________________
If this helped, ✓ Mark as Solution | Kudos appreciated
Connect on LinkedIn | Follow on Medium
AI-assisted tools are used solely for wording support. All conclusions are independently reviewed.

View solution in original post

2 REPLIES 2
V-yubandi-msft
Community Support
Community Support

Hi @EstherBR ,

@cengizhanarslan , has correctly pointed out the issue and shared a few steps to follow. Have you tried those steps, and did they help? If you are still facing any issues or need additional information, please let us know.

 

Thanks for your valuable response @cengizhanarslan  .

 

Regards,

Yugandhar.

cengizhanarslan
Super User
Super User

Create a proper key relationship so the City table can filter Fact rows by ID:

  • DimLocation[ID] (unique) 1 →* FactSales[ID]

  • Keep Country/City as attributes of the dimension, not the join key.

This makes any filter by ID naturally flow to City aggregates.

_________________________________________________________
If this helped, ✓ Mark as Solution | Kudos appreciated
Connect on LinkedIn | Follow on Medium
AI-assisted tools are used solely for wording support. All conclusions are independently reviewed.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.