Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

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.

Reply
M_SBS_6
Helper V
Helper V

Line Chart

Hi, 

I have a line chart with future values. Is there anything I can do to change a colour of the line from blue to orange where the date is greater than today? 

 

X-axis : month_year

Y-axis : sum app_amt

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @M_SBS_6 

 

If your line chart doesn't have a legend field, you can create a measure for the sum of future values. Just like below. Add it to Y-axis. You will have two Y-axis fields now. Then you can format their colors separately. 

Future Amt = IF(SELECTEDVALUE('Table'[Date])>=TODAY(),SUM('Table'[app_amt]))

vjingzhanmsft_0-1712799565249.png

 

Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @M_SBS_6 

 

If your line chart doesn't have a legend field, you can create a measure for the sum of future values. Just like below. Add it to Y-axis. You will have two Y-axis fields now. Then you can format their colors separately. 

Future Amt = IF(SELECTEDVALUE('Table'[Date])>=TODAY(),SUM('Table'[app_amt]))

vjingzhanmsft_0-1712799565249.png

 

Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.