Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
ezzz_
New Member

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 

ezzz__1-1693556498728.png

 

 

ezzz__0-1693556400177.png

 

 

7 REPLIES 7
technolog
Super User
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.

mlsx4
Memorable Member
Memorable Member

Hi @ezzz_ 

Try something like: 

Revenues=
SUMX( CROSSJOIN(getTimelogs,getTClientRateHistory),
getTimelogs[hours_spent]*getTClientRateHistory[client_rate])

 

thanks but it didnt work again, pbi couldnt find getTClientRateHistory

 

mlsx4
Memorable Member
Memorable Member

And what if you try three measures?:

sumHourSpent = SUM(getTimeLogs'[hours_spent])
sumClientRateHistory = SUM(getTClientRateHistory '[client_rate])
mutiply = [sumHourSpent]*[sumClientRateHistory]

 

Dear mlsx4 I have overlooked sorry,

I have 2 tables;

clientratehistory and get time logs you can see below, recognizing in 'clientratehistory' (when timelogging date is more minor than rate-effective-date I have to take that rate) I have to choose that client rate, how can I do that??

ezzz__0-1693564670009.png

ezzz__1-1693564737742.png

 

please help meee

mlsx4
Memorable Member
Memorable Member

Wow... I'm afraid I would not be able to help much more. I'm also struggling with a similar problem regarding rates and dates. There's a guy which is trying to help me. Take a look at this thread (it may give you some idea) https://community.fabric.microsoft.com/t5/Desktop/Problem-with-granularity/m-p/3409032#M1132620

Thanks a lot for your effort:)

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.