How to Find Weekly average subscribers count

image

How can I find the weekdays avg count of the uid(subscribers)?

Hi @Vishnudev,

Can you try this?
avg(count(UID, [truncDate(“WK”, Date)]))