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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
benice25
Frequent Visitor

Table filters at a low level, but not at a high level (hierarchy from columns in multiple tables)

Problem

When I make a bridge table to handle duplicated rows from multiple values being selected and then try and use a column from the bridge table, it breaks one of my visuals (unless I select a specific project) how do I fix this?

 

Sample Data

This is a table that DOES NOT have duplicates, it's basically a listing of projects.

ISSUEIDPROJECTPROJECT CATEGORY
10000AZURE INSTALLADMIN WORK
10001JIRA INSTALLWORK MANAGEMENT
10002CONFLUENCE INSTALLWORK MANAGEMENT
10003WEBLOAD INSTALLTESTING
10004SHAREPOINT INSTALLWORK MANAGEMENT

 

Then we have a table that is basically a key to each project and the components associated to each one.

 

ISSUEIDCOMPONENT
10000MICROSOFT
10000HIGHPRIORITY
10001ATLASSIAN
10001HIGHPRIORITY
10002ATLASSIAN
10002HIGHPRIORITY
10003RADVIEW
10003HIGHPRIORITY
10004MICROSOFT
10004HIGHPRIORITY

 

Then these two tables are linked together with a one to many relationship and a single filter direction where the projects would filter the components (if I do a filter in both directions it makes the result even worse 😞).

component bridge.PNG

 

Expectations

 

I feel like if I were to put this straight into a visual table I should get something like this since the bridge is telling the projects which components are relevant to each one.

 

PROJECT CATEGORYCOMPONENTPROJECT
ADMIN WORKMICROSOFTAZURE INSTALL
ADMIN WORKHIGHPRIORITYAZURE INSTALL
WORK MANAGEMENTATLASSIANJIRA INSTALL
WORK MANAGEMENTHIGHPRIORITYJIRA INSTALL
WORK MANAGEMENTATLASSIANCONFLUENCE INSTALL
WORK MANAGEMENTHIGHPRIORITYCONFLUENCE INSTALL
TESTINGRADVIEWWEBLOAD INSTALL
TESTINGHIGHPRIORITYWEBLOAD INSTALL
WORK MANAGEMENTMICROSOFTSHAREPOINT INSTALL
WORK MANAGEMENTHIGHPRIORITYSHAREPOINT INSTALL

 

Results

 

The results that I get back ARE NOT even close to this, why is this happening, and how do I fix it?

 

Since these are multi-value fields, I CANNOT simply merge one table to the other or else we get duplicates, so it's a hard and fast rule, no duplicates on the one side of the relationship, but if those values are not in the same table then I can't create a hierarchy...

 

 

PROJECT CATEGORYCOMPONENTPROJECT
ADMIN WORKMICROSOFTAZURE INSTALL
ADMIN WORKHIGHPRIORITYAZURE INSTALL
ADMIN WORKATLASSIANAZURE INSTALL
ADMIN WORKRADVIEWAZURE INSTALL
WORK MANAGEMENTMICROSOFTJIRA INSTALL
WORK MANAGEMENTHIGHPRIORITYJIRA INSTALL
WORK MANAGEMENTATLASSIANJIRA INSTALL
WORK MANAGEMENTRADVIEWJIRA INSTALL
WORK MANAGEMENTMICROSOFTCONFLUENCE INSTALL
WORK MANAGEMENTHIGHPRIORITYCONFLUENCE INSTALL
WORK MANAGEMENTATLASSIANCONFLUENCE INSTALL
WORK MANAGEMENTRADVIEWCONFLUENCE INSTALL
TESTINGMICROSOFTWEBLOAD INSTALL
TESTINGHIGHPRIORITYWEBLOAD INSTALL
TESTINGATLASSIANWEBLOAD INSTALL
TESTINGRADVIEWWEBLOAD INSTALL
WORK MANAGEMENTMICROSOFTSHAREPOINT INSTALL
WORK MANAGEMENTHIGHPRIORITYSHAREPOINT INSTALL
WORK MANAGEMENTATLASSIANSHAREPOINT INSTALL
WORK MANAGEMENTRADVIEWSHAREPOINT INSTALL

 

What I Want to See

 

Here is an example of the report that worked before when I had a single value on the project table so we could make a hierarchy, and this is what I want... each project grouped by category, then by component (which are programs), and then list the project along with it's row values:

 

workingExample.PNG

 

2 REPLIES 2
v-rongtiep-msft
Community Support
Community Support

Hi @benice25 ,

How about merging the 2 tables in the Power Query?

vrongtiepmsft_0-1689215594866.png

vrongtiepmsft_1-1689215645330.png

 

Or change the relationship between the 2 tables.

vrongtiepmsft_2-1689215658273.pngvrongtiepmsft_3-1689215668927.png

 

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Rongtie

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

If I merge the two tables, it creates duplicates on my fact table which is the one side of other relationships so PowerBI fails to refresh if I do that.

 

I believe I tried filtering in both directions, but it didn't really like that. I'll give it ago again to see if anything changes, thanks for the help.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

April Fabric Community Update

Fabric Community Update - April 2024

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