Hello @Piotr Machowski,
welcome to this moderated Azure community forum.
Did you by chance create a custom route and endpoint in your IoT Hub?
If so, this probably change the default behavior of the normal (eventhub-compatible) route towards eg. Stream Analytics.
The normal route suddenly acts like a fallback, only passing on message not caught by any other route.
To fix this, just add a route pointing to the 'events' endpoint:
This is marked as a 'built-in' endpoint:
Does this solve your problem?
If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.