Forum Discussion
Pillsbury33
Helper I
6 years agoHow to slice across two tables
Hello everyone, I’ve looked at a number of threads but can’t anything to help with this. I am trying to divide two columns from different tables and create a new measure. I have tried 100 differe...
jdbuchanan71
Super User
6 years agoWhen you reference a measure you don't need a table name in front of it so it should be.
ZPs/FTE = DIVIDE ( [ZPs YTD], [FTE PER SITE], 0 )
Would it be possible for you to share your .pbix? The di-directional should have worked as far as I can tell.
Pillsbury33
Helper I
6 years agoHello jdbuchanan71
My bad! I just happened to use the one example where the sites in the two tables where spelt slightly different. I changed the formula to this, but also added a new relationship between the UserSite and the FTE column (not sure if this was needed), corrected the name and 'hey presto!'.
Many thanks for your help!