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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
arock-well
Responsive Resident
Responsive Resident

Get slicers to work between two tables with no unique key

I built a report with one primary table "A" in a dataset being used for visuals and slicers. However, a second table "B" needs to be added where I need to lookup data in on particular column.  All the slicers use the data from table "A".

 

There is not a common unique key between the two tables. The data is many-to-many. However, there are three fields between the two that could be used to create a relationship (and the three fields are slicers). 

 

How do I create a relationship so when a table "A" slicer changes, the table "B" visual updates, too? What is the best option?

 

1. Will creating relationships in the dataset (in manage relationships) between the three fields cause the slicers to work correctly?

2. Will a new column in the dataset doing a lookup filtered on the three fields work? If so, what type of formula would that look like?

3. Similar to 2 above, will a new measure in the report itself doing a lookup filtered on the three fields work instead? If so, what type of formula would that look like?

4. Something else I'm completely missing?

 

Thank you.

1 ACCEPTED SOLUTION
Idrissshatila
Super User
Super User

Hello @arock-well ,

 

You should start by building dimension tables that has unique values of the fields you want to filter with and link these dimension tables to both tables.

check this video for reference https://www.youtube.com/watch?v=7ciFtfi-kQs

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

 

Follow me on Linkedin



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




View solution in original post

2 REPLIES 2
Idrissshatila
Super User
Super User

Hello @arock-well ,

 

You should start by building dimension tables that has unique values of the fields you want to filter with and link these dimension tables to both tables.

check this video for reference https://www.youtube.com/watch?v=7ciFtfi-kQs

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

 

Follow me on Linkedin



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Hi @Idrissshatila 

Thanks for the quick response. I will definitely look into that concept. However, is there a way to use the existing table structure and use lookup calculations to get the same results?

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors