Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I have the below model and I am trying to creature a measure which for every employeed, will multiply in every day of the week the Duration from the file query "RAR" with the related target from the querry called "Dynamic Target".
The thing is that I tried doing the same but taking the target from another query and it's working, to sum it up below:
Solved! Go to Solution.
@Bratone , RELATED can only give one side of table data to many side, for tables directly connected
You can try Related table or Sumx/Maxx with your choice of condition
example
New column in table 2
maxx(filter(Table1, Table1[ID] = Table2[ID]), Table2[Value])
refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8
@Bratone , RELATED can only give one side of table data to many side, for tables directly connected
You can try Related table or Sumx/Maxx with your choice of condition
example
New column in table 2
maxx(filter(Table1, Table1[ID] = Table2[ID]), Table2[Value])
refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 58 | |
| 51 | |
| 46 |