show how much traffic for every ip in every day

Hello friends.
Sorry for my bad English.
I use Router Os and I can see traffic every ip use in Filter Rules but it totally.
I want to see every day in seperate for every ip.
I did attach the photo of my filter rules.
can you help me.
thanks a lot
https://forum.mikrotik.com/download/file.php?mode=view&id=35144
mikrotik.png

https://wiki.mikrotik.com/wiki/Manual:IP/Traffic_Flow

You need to write a “System > Script > +” named “Reset” with the line:

/ip firewall filter reset-counters-all

OR

/ip firewall filter reset-counters

in it.

Then do a “System > Scheduler > +” name it “ResetCounters”, on-event put “Reset”, your desired daily start-time, and VERY IMPORTANT change Interval to “1d 00:00:00” or copy paste the following in “New Terminal” window:

/system scheduler
add interval=1d name="ResetCounters" on-event="Reset" policy=reboot,read,write,test,romon start-date=\
    jan/14/2019 start-time=00:30:00

This will reset your counters every day at the specified time so only the daily stats are shown.

This is what you need: https://wiki.mikrotik.com/wiki/Manual:IP/Accounting
And since you don’t have FastTrack, it will work as is.

Set to max 8k pairs, and create snapshots on day (or more frequently if needed)