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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
Anonymous
Not applicable

If Statement/ Related Formula assistance

Wanting to create a formula that essentially does a vlook up across fields. Trying to create an out put that would show if the data from table A matches table B, would be great to generate a yes or no outcome.
 
Below is the latest formula I have tried but getting the error message "Function RELATED expects a fully qualified column reference as its argument. "
 
If(RELATED('Previous Report'[Concat2]='Export'[concat2]),1,0)
1 ACCEPTED SOLUTION
Anonymous
Not applicable

If you are making it as a new column in "Export" table and there is a relationship between "Export" and "Report" then change the statement to :

 

If(RELATED('Previous Report'[Concat2])='Export'[concat2],1,0)

 

Only 1 parenthesis in the wrong place 🙂

 

/Adrian

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi @Anonymous,

 

I think you may try to use LOOKUPVALUE function.

For your sample, the calculated column may look like:

 

Column = IF(ISBLANK(LOOKUPVALUE('Previous Report'[Concat2],'Previous Report'[Concat2],'Export'[concat2],"NO")),0,1)

 

Please try.

Aiolos Zhao

Anonymous
Not applicable

If you are making it as a new column in "Export" table and there is a relationship between "Export" and "Report" then change the statement to :

 

If(RELATED('Previous Report'[Concat2])='Export'[concat2],1,0)

 

Only 1 parenthesis in the wrong place 🙂

 

/Adrian

Anonymous
Not applicable

It looks like the extra ")" did the trick. Thanks for catching that.

Anonymous
Not applicable

Hi @Anonymous,

 

If the answer is what you want, could you please mark it as "Acceptable Solution"?

 

So other people will know the question is solved.

 

Thanks.

Aiolos Zhao

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

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.