The CrUX dashboard is only available monthly. If you query the daily API yourself, you can build up a daily dashboard (though it will still be subject to the 28-day aggregation, and hence lag), but this cannot be done retrospectively - you have to query it every day in advance and then have the results available to query.
A RUM solution that tracks Core Web Vitals often gives much more granular detail for all your pages, and also is not subject to the 28-day aggregation like CrUX, Though be aware that it can be more noisy because of that - one of the reasons CrUX aggregates over 28 days is to reduce the noise of daily fluctuations and visitor differences.
Thanks,
Barry