Forum Discussion
andrevdhoeven
4 years agoRegular Visitor
Using a value from table 2 to makes a calculation
Asked before now with an example. In PowerBI I like to make a calculation with numbers from 2 tables. 1. sum the hours of a person from table 1 (John has 30 + 5 = 35 hours) 2. divide this...
- 4 years ago
amitchandak
4 years agoSuper User
andrevdhoeven
4 years agoRegular Visitor
divide(sum(Table1[Hour]), MAx(Table2[Hour]))
Using this formula will use the highest value form table 2? Not the value of John's record I suppose?