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 them to show 0 on my visual and I believe the method is to force them to be 0 instead of blank. Is there a measure to force zero for dates?
6 Replies
- mwegenerMost Valuable Professional
- v-yuta-msftCommunity Support
whysotan ,
Try creating a calculate table using dax below:
Column = Table[Data] + 0Community 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.