Forum Discussion
WillEyedowin
7 years agoFrequent Visitor
Count Blanks Table
Hi All, I would like to make a table in a report which counts whether a store has had 0 sales (blank/lack of data in this case) in a defined period of time. The main problem I have is the dat...
- 7 years ago
Ashish_Mathur
7 years agoSuper User
Hi,
Share the link from where i can download your PBI file.
- WillEyedowin7 years agoFrequent Visitor
- Ashish_Mathur7 years agoSuper User
- WillEyedowin7 years agoFrequent Visitor
Hi,
Looks like that worked - could you please explain your solution a little so I know exactly what you did?
Is this measure the only thing you changed?
Zero Sales Store = COUNTROWS(FILTER(SUMMARIZE(VALUES(DateKey[Date]),[Date],"ABCD",SUM(sold[Quantity Sold])),[ABCD]=0))Thanks