Forum Discussion
6DiegoDiego9
Helper I
4 years agoBe alerted if data is not as expected
Is it possible to be alerted during a Power Query, at runtime, if data is not as expected? (e.g. if there are 200 rows instead than 100 in the source)
Vijay_A_Verma
Most Valuable Professional
4 years agoIf you can describe your data source (if this is Excel, then VBA can be an option) and scenarios (like row count) which you want to check, that would help me to think about a solution.
6DiegoDiego9
Helper I
4 years agoSources are some CSV or XLSX files.
I'd like to receive an alert if any of some checks on data fails.
Examples of checks:
- number of rows is between 100 and 200, otherwise alert me
- numeric values in column "amount" are between 0 and 100000, otherwise alert me
- under the titles, valid rows ends at the first empty row. After this first empty row, there are only rows full of garbage notes to be ignored. If numbers are found in the "amount" column of this garbage zone, alert me (suspected valid lines)