Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi, hope everyone is having an awesome day. I would like to know how to exclude future months and years when applying conditional formatting to a matrix visual.
Does anyone know how to do this in Power BI? Any help or guidance would be greatly appreciated!
Thank you in advance.
Solved! Go to Solution.
@ronaldbalza2023 , Based on your measure,
a new measure like this should
if(max(Date[Date]) > eomonth(today(),0) , [Measure], blank())
Do not color the blank value
@ronaldbalza2023 , Based on your measure,
a new measure like this should
if(max(Date[Date]) > eomonth(today(),0) , [Measure], blank())
Do not color the blank value
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!