Thank you v.much again, scripted fields will do the work 
I need my filters to change at particular hours.
For example:
Between 10 P.M and 6 A.M I need my filters to get only data which is from between 10 P.M to 6 A.M, then, starting at 6 A.M to 2 P.M I need my filters to get only data which is from between 6 A.M and 2 P.M. Then, starting at 2 P.M to 10 P.M I need my filters to get only data which is from between 2 P.M to 10 P.M.
This is like workers have their shifts at factory.
Is there a way to change filters or should I make 3 separated visualizations:
- One with first type of filter (10 P.M - 6 A.M),
- Second with second type of filter (6 A.M - 2 P.M),
- Third one with (2 P.M - 10 P.M)
And just switch between them at that particular hours ?
I also have another problem which I cant solve.
I have a metric visualization of my data, currently it has 2 metrics like on the image below:

I have to create one more metric, it has to show percentage share of "Metric Sum of odpad" in "Metric Sum of ilosc" (these two metrics are on the image).
The mathematical formula for this would be like:
NewMetricValue = ("Metric Sum of odpad" / "Metric Sum of ilosc") * 100;
How can I achieve that on my visualization ??
Thanks,
Lukasz