Forum Discussion
whysotan
6 years agoRegular Visitor
Force Zero for dates using measure
Hello, I have a data sheet that has a list of dates and I need to count how many times those dates show up. Problem is there are some dates that do not show up at all and result in a blank. I need t...
v-yuta-msft
Community Support
6 years agowhysotan ,
Try creating a calculate table using dax below:
Column = Table[Data] + 0
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.