I'm trying get to a total server cost for an application that may have many servers assigned to it. I have the following table structure below, but I can't seem to figure out the DAX syntax to get the calculated column I want. Essentially, I want the application record in the Application table to SUM the costs for each server that might be assigned to it (those costs are listed in the server table and are related by the "AppToServerAssignments" table).
I realize there might be a better way to do this than even using a calculated column so any insight would be greatly appreciated. In the end, I'd like to have a Card visualization that shows the applications total server annual server cost.