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
Keith011
Helper III
Helper III

How to ignore ANY STEP if THAT STEP is irrelevant

Hi there

 

How can I dynamically ignore ANY STEP if the step is irrelevant for the current dataset

 

For example,

Table1

EmailNameIDMaths Score 1Maths Score 2
abc@gmail.comabc12343840

 

I need to change the ID as text (Using simple Change Type) and add up Maths Score 1 & Maths Score 2 (Using a Custom Column with simple addition formula). I manage to do it in Power Query

 

However, sometimes the dataset comes like below where there's no ID and no Maths Score 1 but in my applied step I already have Change Type and the Custom Column in place hence it will prompt an error. How can I tell Power Query that if there are any missing columns just ignore them and proceed to any subsequent step? I came across MissingField.Ignore but it doesn't work, right?

EmailNameMaths Score 2
abc@gmail.comabc40

 

Thanks in advance!

3 REPLIES 3
AlexisOlson
Super User
Super User

I'd recommend using error handling like try ... otherwise in your steps.

 

For more detail, check out these resources:
https://docs.microsoft.com/en-us/power-query/error-handling

https://bengribaudo.com/blog/2020/01/15/4883/power-query-m-primer-part-15-error-handling

 

For nulls, in particular, you may also want to be aware of the coalesce operator:
https://gorilla.bi/power-query/coalesce/

jennratten
Super User
Super User

Hello - are the rows from the two tables combined at any point or are you trying to create a set of transformations to be applied separately to each table? 

Hi @jennratten 

 

It's all within the same table, It's just that the entire table will get updated with new data & columns however some columns might not be there like ID and Maths Score 1 but the applied steps had steps that "touches" on those "missing" columns so when i hit refresh, the applied steps will hit an error saying unable to change type because "ID" wasn't found and unable to execute bla bla because Maths Score 1 wasn't found

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