Forum Discussion
Justas4478
Post Prodigy
1 year agoCounting values for day and week
Hi, I am trying to create count measure that count value per store per day. While my initial count is working it is counting on to wide level. At the moment it count on SKU level which is not result...
- 1 year ago
I manage to work out solution that gives me results I am looking for.
COUNTROWS(SUMMARIZE('Stock Movement','Date'[Date],'Store'[Store Number]))
Justas4478
Post Prodigy
1 year agoI manage to work out solution that gives me results I am looking for.
COUNTROWS(SUMMARIZE('Stock Movement','Date'[Date],'Store'[Store Number]))