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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Function RELATED expects a fully qualified column reference as its argument

Hello,

 

Getting the error 

"Function RELATED expects a fully qualified column reference as its argument."

when trying to create a new column in the [Sheets] Table using this formula.

 

Scenario = IF(AND(RELATED(Titleblocks[Scale Bar]=1),(RELATED(Titleblocks[Scale Text]=1))),"A","n.a.")
 
I found this post for the same error but it looks that we are trying different things.
 
Thank you for your help.
J
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Sorted.

 

Just needed some extra paranthesis.

 

Scenario = IF(AND(RELATED(Titleblocks[Scale Bar])=1,(RELATED(Titleblocks[Scale Text])=1)),"A","n.a.")

View solution in original post

2 REPLIES 2
MFelix
Super User
Super User

Hi @Anonymous,

Believe your issue is related with the end of the formula parênteses. Try the following


Scenario = IF(AND(RELATED(Titleblocks[Scale Bar]) =1, (RELATED(Titleblocks[Scale Text]) =1)),"A","n.a.")

Regards,
MFelix

Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Anonymous
Not applicable

Sorted.

 

Just needed some extra paranthesis.

 

Scenario = IF(AND(RELATED(Titleblocks[Scale Bar])=1,(RELATED(Titleblocks[Scale Text])=1)),"A","n.a.")

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors