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
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:
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!