Errors

Invalid from or to date

Date-range parse — from or to is not a valid YYYY-MM-DD day.

Invalid from or to date

Date-range parsing failed (account.invalidFromOrToDate) — one or both bounds are not valid calendar days.

Why this happens

Typo, wrong format, or impossible date. Related longer member query string: Invalid or missing from / to (use YYYY-MM-DD, UTC days).

Diagnose and fix

1. Use YYYY-MM-DD only (e.g. 2026-07-01).

2. Fix order with from must be on or before to.

3. Retry via My reports pickers.

4. See from and to are required (YYYY-MM-DD, UTC) if a bound is empty.

Related