Data quality on keep mismatch

In a simple case, you can always unpivot a table and do different data quality checks depending on column name. After unpivoting the column name will be next to respective column values.

In a more complex case, you can iterate a dataset column by column. I’ve described how to do it in a separate topic: Iterate dataset column by column