Forum Discussion
Anonymous
5 years agoNot applicable
Matrix issue
Created one calculated column for combining year and month. After filtering year, matrix is showing all yeras. Please help.
- Anonymous5 years ago
Removed coalesce function from measure, resolved my issue. Thanks everyone.
Anonymous
5 years agoNot applicable
Yes, I have universal calendar table, and created one calculated column.
MMM_YYYY = FORMAT(Dates[Date],"MMM") & "_" & FORMAT(Dates[Date],"yyyy")
amitchandak
5 years agoSuper User
Anonymous , This can be
MMM_YYYY = FORMAT(Dates[Date],"MMM_yyyy")
But this can nor cause that issue. Make share date table is joined (active join) with your fact and filter of year and month is coming from date table