PowerChart with data from different storage providers

I'm working with Gateway 8.1.20 (b2022082313) on Perspective.

I want to use PowerChart with data form different storage providers. When I use data from one storage providers, everything works correctly.

When I use data from two storage providers and chose historical (not real-time) data I have errors like below. What can I do to show data from different storage providers with historical mode?

The data are from different database: Microsoft SQLServer and SQLite. Is it reason of this issue?

There are so many different issues with using SQLite for history that the right answer is "don't". If you need something free, use PostgreSQL or MariaDB.

great thank you for help. Now I know what I need to do!