Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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??
Solved! Go to Solution.
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 .
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 .
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 43 | |
| 38 | |
| 35 | |
| 21 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 58 | |
| 28 | |
| 27 | |
| 25 |