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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
iLikeAzureSQL
Helper I
Helper I

problem with reporting on multiple relationship

Hello everyone,

I can't make multiple relantionship to work. Here is what I have:

 

Address Table - AddressID PK

Person Table - PersonID PK

PersonAddress Table - PersonAddressID PK - relation bewtween Address and Person

Class table - ClassID PK

PersonClass Tabale - personclassID PK - relation netween person and class

 

When I male a report with Address and Peson table fields it's all good, same as when reporting on person and class 

but I can't add any fileds from the far table when I want top report from Address, Person and Class tables. It's complainig about missing relation but the relation is there and individual reports are working

 

Any idea what's going on and how to fix this ? it looks like a powerbi limitation or soemthing that I'm missing here

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @iLikeAzureSQL,

 

I create a simple sample to test but it works on my side.  Below is the sample:

 

Table:

Capture.PNG

 

Relationship:

Capture2.PNG

 

Visual:

Capture3.PNG

 

Use relationship create a summary table.

 

Formula:

Table = SELECTCOLUMNS(PersonClass,"PersonclassID",[personclassID],"Person",RELATED(Person[Name]),"Class",RELATED(Class[ClaseName]),"Address",RELATED(Adress[Decription]))

 

Capture4.PNG

 

Regards,

Xiaoxin Sheng

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi @iLikeAzureSQL,

 

I create a simple sample to test but it works on my side.  Below is the sample:

 

Table:

Capture.PNG

 

Relationship:

Capture2.PNG

 

Visual:

Capture3.PNG

 

Use relationship create a summary table.

 

Formula:

Table = SELECTCOLUMNS(PersonClass,"PersonclassID",[personclassID],"Person",RELATED(Person[Name]),"Class",RELATED(Class[ClaseName]),"Address",RELATED(Adress[Decription]))

 

Capture4.PNG

 

Regards,

Xiaoxin Sheng

Can you do this on dorect query reports?

Anonymous
Not applicable

Hi @iLikeAzureSQL,

 

I think it can't works on direct query mode. Perhaps you can try to do these work on database side.

 

Regards,

Xiaoxin Sheng

BhaveshPatel
Super User
Super User

You should understand the logic of how relationships flow and how the cross filtering works in PowerBI. Please refer to this BLOG on understanding relationship dynamics.

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.