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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors