Forum Discussion

mehlenbae2's avatar
mehlenbae2
Icon for Helper II rankHelper II
3 years ago
Solved

Divide numbers in two different tables?

I have two Tables:

Technicians

Assets

 

Both tables have a "Site Code" column. I need to create a measure divides the total number of technicians at a specific site code and divides it by the total number of assets at a site code.

 

I made two matrix: 

Technician Table

 

Site CodeCount of Technicians
LA4
NY2
KY1

 

 

Asset Table

Site CodeCount of Assets
LA80
NY75
KY45

 

How do I create a measure that will look at the amount of technicians at a specific site and divide it by the Count of Assets at each site?

1 Reply