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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
VitorPereira
New Member

Issue with relationship

Hi, I'm not sure why I can't use relate function to one of my tables. Basically everything looks good between the relationship. This is the context: In table "interaction_source" I need to create a column to bring the "task" column in "Interactive_Related" table, so I'm using. 

 

 

Related task = RELATED(Interactive_Related[task])

 

 

This is because I need to count blank values that will come in interaction_source new column, that's why this is a *:1.

I notice that when I type the Related function it's not populating the options of the related table, indicating some issue on the relationship. Can someone help to find out why it's getting this issue??tempsnip.png

1 ACCEPTED SOLUTION
Daniel29195
Community Champion
Community Champion

@VitorPereira 

 

if you are creating a column in the table at the many side of the relationship, use RELATED 

 

if you are creating a colum in the table at the one side of the relationship , you should use relatedtable .

 

NB : relatedtable returns a table , so you need to use relatedtable with an iterator or countrows()  etc.. . 

 

 

let me know if that works for you .

 

 

 

If this answers your question  ,  mark it as the solution so can you can help  other people in the community find it easily .

 

View solution in original post

1 REPLY 1
Daniel29195
Community Champion
Community Champion

@VitorPereira 

 

if you are creating a column in the table at the many side of the relationship, use RELATED 

 

if you are creating a colum in the table at the one side of the relationship , you should use relatedtable .

 

NB : relatedtable returns a table , so you need to use relatedtable with an iterator or countrows()  etc.. . 

 

 

let me know if that works for you .

 

 

 

If this answers your question  ,  mark it as the solution so can you can help  other people in the community find it easily .

 

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 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.

Top Solution Authors
Top Kudoed Authors