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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
kraj
New Member

Calc column from column in other table

Hi all,

 

I am new to Power Bi, and I hope someone can help solve my little headache explained below

 

I have Table 1 and table 2, and I wish to calculate a new column in table 2 based on table 1.

 

The new column should contain the maximum cost value form Table 1 as illustrated in the example below.

 

Can anyone help?

 

Table 1

NameCost
LH575
LH575
LH575
GT623
GT685
GT250
SH654

 

Table 2

NameCost
LH575
GT685
SH654
1 ACCEPTED SOLUTION
FrankAT
Community Champion
Community Champion

Hi @kraj 

you can do it like this:

 

25-09-_2020_23-28-41.png

 

Max Cost = MAXX(RELATEDTABLE(Table1),Table1[Cost])

 

With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
FrankAT (Proud to be a Datanaut)

View solution in original post

3 REPLIES 3
Ashish_Mathur
Super User
Super User

Hi,

This calculated column formula will work in Table2 without any relationship between the 2 tables.

=CALCULATE(MAX(Data[Cost]),FILTER(Data,Data[Name]=EARLIER(Data1[Name])))

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
FrankAT
Community Champion
Community Champion

Hi @kraj 

you can do it like this:

 

25-09-_2020_23-28-41.png

 

Max Cost = MAXX(RELATEDTABLE(Table1),Table1[Cost])

 

With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
FrankAT (Proud to be a Datanaut)

Anonymous
Not applicable

Hello  @kraj 

 

See if this is what you need


Cost = CALCULATE(MAX(Tabela 1[Custo]), RELATEDTABLE(Tabela 1))

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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