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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
m_mahmud
New Member

Trend Line Not Working in Line Chart

I wanted to show a trend line by month in a line chart. I am using a date table in the Data model. When I limit the date only for two months, it shows the trend by date, not month. When I limit it to more than two months, it shows by month.

Note: I need to show both the line and the trend line, which requires a continuous date field to work.

 

screenshot.jpg

1 ACCEPTED SOLUTION
Ritaf1983
Super User
Super User

Hi @m_mahmud 

The trend line is an automatic feature in Power BI that only works when certain conditions are met:

  1. The X-axis must use a continuous field (either date or numeric type).

  2. There must be enough data points for the engine to calculate a meaningful trend.

If you're using "Month" as your X-axis, it's likely a categorical field, not continuous — so the trend line won’t appear.
Also, when you limit the time range, the chart may revert to showing daily data (which is continuous), but either too few or too many points can prevent the trend line from rendering.
This feature cannot be manually forced — Power BI enables it only when these conditions are satisfied.

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

View solution in original post

1 REPLY 1
Ritaf1983
Super User
Super User

Hi @m_mahmud 

The trend line is an automatic feature in Power BI that only works when certain conditions are met:

  1. The X-axis must use a continuous field (either date or numeric type).

  2. There must be enough data points for the engine to calculate a meaningful trend.

If you're using "Month" as your X-axis, it's likely a categorical field, not continuous — so the trend line won’t appear.
Also, when you limit the time range, the chart may revert to showing daily data (which is continuous), but either too few or too many points can prevent the trend line from rendering.
This feature cannot be manually forced — Power BI enables it only when these conditions are satisfied.

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors