Forum Discussion
replace blank with 0 in Matrix
- 5 years ago
Hi, Anonymous
It’s my pleasure to answer for you.
According to your description, I think the 'add 0' method is fine, I also tried it. But if it isn't used on a date table, your problem will occur. You can create a date table, set a relationship between them, and use your formula:short_mon = FORMAT(Table [Date], "mmm").
Table = CALENDAR ( MIN ( TABLE[DateCompleted] ), MAX ( TABLE[DateCompleted] ) )If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous not sure what you mean by short month and it doesn't work, that is probably some other issue. What is short month? Is it from the calendar/date table? Provide bit more details on it.
- Anonymous5 years agoNot applicable
Hi,
It's a new column I created to fulfill the MMM format month requirement.
Here's the formula:
short_mon = FORMAT( [DateCompleted], "mmm")- v-janeyg-msft5 years agoCommunity Support
Hi, Anonymous
It’s my pleasure to answer for you.
According to your description, I think the 'add 0' method is fine, I also tried it. But if it isn't used on a date table, your problem will occur. You can create a date table, set a relationship between them, and use your formula:short_mon = FORMAT(Table [Date], "mmm").
Table = CALENDAR ( MIN ( TABLE[DateCompleted] ), MAX ( TABLE[DateCompleted] ) )If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.