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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Solved! Go to Solution.
Hi @Kyointruder
Calculated columns are limited to being intra-row, as in, they can only refer to values of other columns of the same table, without the use of any aggregate functions (Reference doc). So I think it is not possible to use RELATED function to get the minutes values from another table to create a new column in the first table.
You can try creating a measure to add two values with your original DAX Code.
Cheers
If this reply helps solve this problem, please mark it as Solution! Kudos are appreciated too!
Hi @Kyointruder
Calculated columns are limited to being intra-row, as in, they can only refer to values of other columns of the same table, without the use of any aggregate functions (Reference doc). So I think it is not possible to use RELATED function to get the minutes values from another table to create a new column in the first table.
You can try creating a measure to add two values with your original DAX Code.
Cheers
If this reply helps solve this problem, please mark it as Solution! Kudos are appreciated too!
In fact I can rather access the values by "Related" the problem is that in VW_Chamado_Suporte has blank values i.e. they have no deadline. this is the current problem.
@Kyointruder , In Direct query you can use related , if the date table in on many side
you can try a column like
refer, if needed https://www.youtube.com/watch?v=aA4ROG9dg8A
Tried this. no work too:
Thanks for the feedback. But I tried to do the recommended, but the result did not come as expected
Actual relationship:
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.