Forum Discussion
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.
10 Replies
- amitchandakSuper User
Anonymous , calculated column or measure?
can you share calculation
- Pragati11Super User
Hi Anonymous ,
Need more information on your query.
- Are Year and Month columns in slicers and your matrix coming from same table?
- If not then what kind of relationships you have in your data model?
- Do you have a universal Calendar table in your data model?
Thanks,
Pragati
- AnonymousNot applicable
Yes, I have universal calendar table, and created one calculated column.
MMM_YYYY = FORMAT(Dates[Date],"MMM") & "_" & FORMAT(Dates[Date],"yyyy")
- amitchandakSuper 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
- AnonymousNot applicable
Year and Month from Calendar table.
One to Many (Calendar - Fact)
Yes, I have universal calendar table.
- amitchandakSuper User
Anonymous ,Can you share sample pbix after removing sensitive data.