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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Add value from a related table to a sum

I have a gauge showing sum of hours from [Project]Hours.

 

To this sum, however, I'd like to add the value from related [Employee]InitValue but can't figure out how to create that calculation.

 

I guess I have to create a calculated field or measure, but struggle to find out how. Help greatly appreciated.

1 ACCEPTED SOLUTION

Hi @Anonymous,

 

While you may not be able to use RELATED function on the one side of the many to one relationship, I believe you can do something like 

MY MEASURE =
SUM ( 'Project'[Hours] ) + SUM ( 'Employee'[InitValue] )









Did I answer your question? Mark my post as a solution!


Proud to be a Super User!









"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

View solution in original post

4 REPLIES 4
dramus
Continued Contributor
Continued Contributor

If the fields really are related then you should be able to create a measure of sum(project[hours])+related(employee[InitValue])

Anonymous
Not applicable

I did try that, but the function does not allow me to use relate in a measure field in Projects (either does not exist or doesn't have a relationship to any table in the current context). Projects DOES have a many to one relationship to Employees.

 

But if this had worked, wouldn't that function add the init value to each of the project hour records? I want to sum the project hour records and then add the init value once on top on the sum.

Hi @Anonymous,

 

While you may not be able to use RELATED function on the one side of the many to one relationship, I believe you can do something like 

MY MEASURE =
SUM ( 'Project'[Hours] ) + SUM ( 'Employee'[InitValue] )









Did I answer your question? Mark my post as a solution!


Proud to be a Super User!









"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
Anonymous
Not applicable

You are absolutely right, Dan. I did try that earlier, but with the noobie mistake of not noticing datatype of InitValue had defaulted to text. Worked fine after changing to decimal.

 

Thanks a lot!

 

/Wis/

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.