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 nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi Team,
I need Jan (current month) show different color, could you pls help me.
Blue color need to change different colur compare to upcoming month
Red - is target leave it as it is.

Thanks,
KV's
Solved! Go to Solution.
@Anonymous , if there is only one measure you can try conditional formatting usinf field value option . First do it on bar then change to line with markers
color measure =
if(max(Date[month]) = format(today(), "mmm-yyyy"), "red", blue)
Also refer : https://community.powerbi.com/t5/Community-Blog/Display-Label-Only-on-the-Last-Data-Point-of-the-Lin...
@Anonymous , if there is only one measure you can try conditional formatting usinf field value option . First do it on bar then change to line with markers
color measure =
if(max(Date[month]) = format(today(), "mmm-yyyy"), "red", blue)
Also refer : https://community.powerbi.com/t5/Community-Blog/Display-Label-Only-on-the-Last-Data-Point-of-the-Lin...
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 29 | |
| 27 | |
| 26 | |
| 24 | |
| 16 |
| User | Count |
|---|---|
| 54 | |
| 47 | |
| 41 | |
| 31 | |
| 21 |