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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Let me explain what i'm trying to do and maybe there is an easier way of doing this...
Table: Vulnerability
Vul System
x2123 xyzlaptop
x5252 xyzlaptop
x1235 abclaptop
x3421 deflaptop
Table: Disabled Systems
System
xyzlaptop
deflaptop
I want my report to only report on systems that have not been already disabled. Becuase i've already disabled the systems that have a vulnerability. So I thought I could just to a new comlumn if statmenet =IF vulnerability [system] = Disabled Systems [system],"True","False") However i just keep getting an error that what ever in the Disabled systems field can't be found because i'm trying to create the column in the vulnerability table... Any help is greatly appreicated.
Solved! Go to Solution.
Hi, assuming that both tables are related.
New Calculated Column:
Disabled = IF(COUNTROWS(RELATEDTABLE('Disabled System'))>0,"Yes","No")
Regards
Victor
Lima - Peru
Hi, assuming that both tables are related.
New Calculated Column:
Disabled = IF(COUNTROWS(RELATEDTABLE('Disabled System'))>0,"Yes","No")
Regards
Victor
Lima - Peru
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.