It's possible you haven't added this new Widget to your Dashboard, in app/Providers/Filament/AdminPanelProvider.php
.
public function panel(Panel $panel): Panel
{
return $panel
// ...
->widgets([
// your Dashboard Widgets go here
]);
}