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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
MagikJukas
Resolver III
Resolver III

sum values from another table without relationship

Hello,

I have the following situation:

Table1: 

MaterialQty
SB340800

 

Table2:

ComponentsLvl Above
SB340SB330
SB330 

 

I want to create a measure that shows 800 associated to the components SB330.

 

the two tables do not have reletionship due to additional complexities of the model.

 

regards

 

 

1 ACCEPTED SOLUTION
MagikJukas
Resolver III
Resolver III

Ok, I think I got it:
I broke it up in two measure:

M1=CALCULATE(SUM(table1[Qty]),Table1[Material] IN VALUES(Tabl2[Components]))
M2 =CALCULATE(M1,ALL(Table2),Table2[Lvl Above] IN VALUES(Table1[Components]))

 

View solution in original post

2 REPLIES 2
MagikJukas
Resolver III
Resolver III

Ok, I think I got it:
I broke it up in two measure:

M1=CALCULATE(SUM(table1[Qty]),Table1[Material] IN VALUES(Tabl2[Components]))
M2 =CALCULATE(M1,ALL(Table2),Table2[Lvl Above] IN VALUES(Table1[Components]))

 

olgad
Super User
Super User

Hi, can you have inactive relationship between the two? Just create the relationship, but it shall be inactive.
Then you can write a formula:
Qty=

CAlculate(Sum('Table1'[Qty]), USERELATIONSHIP('TAble1'[Material],'Table2'[Components]))

DID I ANSWER YOUR QUESTION? PLEASE MARK MY POST AS A SOLUTION! APPRECIATE YOUR KUDO/LIKE!
PROUD TO BE A SUPER USER!
Best Stories, Interesting Cases: PowerBI Storytime Newsletter
Linkedin Profile: Linkedin
YouTube Channel: PowerBI Storytime

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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