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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

how to fetch first value from another linked table?

Hello!

I have 2 tables, linked by KEY field ("Ключ" on the picture).

I need to add column, which shows the firstnonblank value Linked Issues: Key from Linked Issues table.

linked issues.png

How can I do it?

I have tried this

VAR t = CALCULATE(FIRSTNONBLANK('Linked Issues'[Linked Issues: Key], not(ISBLANK('Linked Issues'[Linked Issues: Key]))), FILTER(ALL('Linked Issues'), [Ключ] = Issues[Ключ] && 'Linked Issues'[LinkedProject]="CELO"))
and this
t = CALCULATE(FIRSTNONBLANK('Linked Issues'[Linked Issues: Key], true()), FILTER('Linked Issues', [Ключ] = Issues[Ключ] && 'Linked Issues'[LinkedProject]="CELO"))

It does not work

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Try a new column like

Minx(filter(relatedtable('Linked Issues'), not(isblank('Linked Issues'[Linked Issues: Key])), 'Linked Issues'[Linked Issues: Key])

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Ok! This works!

What if I what to get the first Linked Issues: Key value from rows, linked by Linked Issues.Key= Issues.ParentKey?

amitchandak
Super User
Super User

@Anonymous , Try a new column like

Minx(filter(relatedtable('Linked Issues'), not(isblank('Linked Issues'[Linked Issues: Key])), 'Linked Issues'[Linked Issues: Key])

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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