Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Created one calculated column for combining year and month.
After filtering year, matrix is showing all yeras.
Please help.
Solved! Go to Solution.
Removed coalesce function from measure, resolved my issue. Thanks everyone.
Hi @Anonymous ,
Need more information on your query.
Thanks,
Pragati
Year and Month from Calendar table.
One to Many (Calendar - Fact)
Yes, I have universal calendar table.
Removed coalesce function from measure, resolved my issue. Thanks everyone.
Yes, I have universal calendar table, and created one calculated column.
MMM_YYYY = FORMAT(Dates[Date],"MMM") & "_" & FORMAT(Dates[Date],"yyyy")
@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
Instead of Year-Month, Month coulmn is working fine in Matrix.
The above formula also giving same result.
MMM_YYYY = FORMAT(Dates[Date],"MMM") & "_" & FORMAT(Dates[Date],"yyyy")
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 53 | |
| 42 | |
| 30 | |
| 24 |