Forum Discussion
bridge table and sumx helppp
I have two tables and bridge tables, How can I use sumx for 'getTimeLogs'[hours_spent]*'getTClientRateHistory '[client_rate],
pbi cant see the relation between getTClientRateHistory and getTimeLogs tables. I try to set that relation between a bridge table,but it didn't work
7 Replies
- ezzz_New Member
thanks but it didnt work again, pbi couldnt find getTClientRateHistory
- mlsx4
Memorable Member
And what if you try three measures?:
sumHourSpent = SUM(getTimeLogs'[hours_spent]) sumClientRateHistory = SUM(getTClientRateHistory '[client_rate]) mutiply = [sumHourSpent]*[sumClientRateHistory]
- technolog
Super User
I hope this message finds you well. I've noticed that this solution remain unresolved. If any of you have managed to find a resolution to the issue, I kindly request that you share your solution for the benefit of the entire community. Alternatively, if you're still facing challenges, please do let us know as well.
Your insights and updates will greatly assist others who might be encountering the same challenge.