Relative Content

Tag Archive for excelpowerquerym

Excel Power Query – Populate empty values in table

I’m a newbie in Excel Power queries (M) and would appreciate some assistance. I have a table with the structure below. I would like to populate a column called “Daily Wage”, which is = “3 month Salary” divided by 90 (days in 3 months). The difficulty is that:

Excel Power Query – Stop query if record field does not exist

I’m running a query which returns a record with a number of fields.
If the record contains the field ‘CashField’, the query continues as normal. However, if the field does NOT exist, is there a way to terminate the query cleanly and exit the function i.e. not subsequent steps from running?