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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Table Visuals

Hi All,

 

I have 2 table visuals in PowerBI. 

Table 1-

Megha3012_0-1643108600281.png

Table 2-

Megha3012_1-1643108654073.png

 

I have the same 2 tables in excel. And this is the formula I have used in excel.

=INDEX('Planning Calendar 122921'!$A$1:$J$71,MATCH('Part Analysis'!S359,'Planning Calendar 122921'!A:A,0),10)

 

How can I do the same for the column 'Name' in table 1 and 'Planning Calender' in table 2 and get the Order cycle implemented in table 2?

 

Any help is appreciated!

 

Thank you!

Megha

1 ACCEPTED SOLUTION
ValtteriN
Super User
Super User

Hi,

You could try this kind of measure:
[Measure] =
var _Selection = MAX('table2'[PLanningCalendar])
CALCULATE(MAX('table1'[Order cycle]),ALL(table1),'table1'[Name]=_Selection)

I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!






Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
ValtteriN
Super User
Super User

Hi,

You could try this kind of measure:
[Measure] =
var _Selection = MAX('table2'[PLanningCalendar])
CALCULATE(MAX('table1'[Order cycle]),ALL(table1),'table1'[Name]=_Selection)

I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!






Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




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.