Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi there,
I got the following situation:
Relations
Tabel visual
On the "Filtered Field", I want a colomn that checks the following:
Filter if a row
Delivery[Fault number]= NOT BLANK
AND
Delivery[Fault Code] is the same as Problem Codes[Code]
Then
return the Problem Codes[Sales Assigned to]
IF value (of Sales Assigned to)=5 AS 1
I tried different filters and IF statements, but can't get it to work.
How can this be done?
You may try using CONTAINS, LOOKUPVALUE and RELATED.
I tried the following:
IF(RELATED('Problem Codes'[Sales - Assigned to])=5 && 'Delivery'[Fault number]=BLANK();1;0)
It shows correctly in the table/data view :).
But when i use it in a visual, its not showing the correct values only zero's (0).
What do i do wrong?
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!