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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
liam_c
Frequent Visitor

Reference column in second table using filtered column

liam_c_0-1620006906383.png

Hi all, 

I am trying to replicate the above. 

I have 2 tables which can be described as - 

Table 1: Product name and share columns, there is also retailer & state columns (not shown above)
Table 2: Product name and competitive set ranked (not shown above)

Visualisation: 

in a matrix, with drop-down filters on retailer, state & Name show (eg. Walmart, CA, Prod 1)

Name product, Name product share, comp 1, comp 1 share. 

I have tried a number of formulas and so far most of my results for comp return (blank)

2 REPLIES 2
amitchandak
Super User
Super User

@liam_c , Try new measures like

 

comp1 = maxx(filter(Table2, Table2[Comp1] = max(Table1[Name])),Table2[Comp1])


comp1 Share = maxx(filter(allselected(Table1), Table1[Comp1] = [comp1],Table1[Share])

Thanks for your reply. 

 

The first formula (comp1) did not return a value (BLANK). 

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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

Top Solution Authors