Forum Discussion
apvu2
Helper I
4 years agoDivide when slicer is slected
So I have two data sets one is my master table, table X, which contains a client name and a daily revenue. then have another table, table Y that contains salesmen who worked on this client. I have a...
- 4 years ago
apvu2 , Try like
Divide(sum(Table1[Daily revenue]), calculate(sum(Table1[Daily revenue]), all(table2[sales person]) ) )
amitchandak
Super User
4 years agoapvu2 , Try like
Divide(sum(Table1[Daily revenue]), calculate(sum(Table1[Daily revenue]), all(table2[sales person]) ) )
apvu2
Helper I
4 years agoIt works, for the totals, but it does not update the numbers for the total revenue inside the matrix for the clients.