Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon'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.
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.
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"))
t = CALCULATE(FIRSTNONBLANK('Linked Issues'[Linked Issues: Key], true()), FILTER('Linked Issues', [Ключ] = Issues[Ключ] && 'Linked Issues'[LinkedProject]="CELO"))
It does not work
Solved! Go to Solution.
@Anonymous , Try a new column like
Minx(filter(relatedtable('Linked Issues'), not(isblank('Linked Issues'[Linked Issues: Key])), 'Linked Issues'[Linked Issues: Key])
Ok! This works!
What if I what to get the first Linked Issues: Key value from rows, linked by Linked Issues.Key= Issues.ParentKey?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
87 | |
65 | |
50 | |
45 |
User | Count |
---|---|
217 | |
88 | |
81 | |
65 | |
56 |