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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
Anonymous
Not applicable

How to use if else condition on different queries while creating custom column in Power Query

I have one query named Location with LocationId(unique), Location_desc

Another query Service Equipment with EquipmentID and locationID(multiple values).

 

I want to create a custom column in Service Equipment using the following condition

If  #Service Equipment"[locationID]= #"Location"[LocationID] then"Location"[Location_desc] else "Null"

 

Afther that I have appended multiple queries (euipment, Repar) with same column names and data types to get a single query.Which is why I have to create this column in the power query.

 

I am getting the following error Expression.Error: A cyclic reference was encountered during evaluation.

1 ACCEPTED SOLUTION
AlexisOlson
Super User
Super User

#Service Equipment" is the name of the query, so you're referencing the end result of the query from within the custom column, which is circular.

 

Forget the custom column and do a merge with Location and expand [Location_desc].

 

More resources on merging:
https://www.excelcampus.com/powerquery/power-query-merge-vlookup/

https://radacad.com/append-vs-merge-in-power-bi-and-power-query

https://blog.enterprisedna.co/how-to-merge-queries-in-power-bi/

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Thanks @AlexisOlson , It worked.

AlexisOlson
Super User
Super User

#Service Equipment" is the name of the query, so you're referencing the end result of the query from within the custom column, which is circular.

 

Forget the custom column and do a merge with Location and expand [Location_desc].

 

More resources on merging:
https://www.excelcampus.com/powerquery/power-query-merge-vlookup/

https://radacad.com/append-vs-merge-in-power-bi-and-power-query

https://blog.enterprisedna.co/how-to-merge-queries-in-power-bi/

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

Find out what's new and trending in the Fabric community.