Where’s the Trend Line in Power BI Desktop?

A quick blog post on finding where the trend line is hiding in Power BI Desktop. Docs will state it is in the analytics pane for certain types of visualization. However, it doesn’t always show up:

where is my trendline?

(I really resisted the urge to post another “Dude, where is my car” image)

So why did the trend line disappear? Turns out the X-axis needs to be continuous, not categorical. You can change this in the properties of the X-axis:

x axis continuous or categorical

However, still no trend line. This was caused by the effect that the attribute Year in my model had a string data type, and not integer (because why would I want to aggregate years?). Once I changed it to whole number in the query editor, my problem was solved:

woohoo trend line

(Still no percentile line though…)

This restriction of “continuous and numerical” means you can’t for example use a Year-Month column (e.g. 2017-06). I hope they solve this soon.


------------------------------------------------
Do you like this blog post? You can thank me by buying me a beer 🙂

Koen Verbeeck

Koen Verbeeck is a Microsoft Business Intelligence consultant at AE, helping clients to get insight in their data. Koen has a comprehensive knowledge of the SQL Server BI stack, with a particular love for Integration Services. He's also a speaker at various conferences.

5 thoughts to “Where’s the Trend Line in Power BI Desktop?”

  1. “Once I changed it to whole number in the query editor, my problem was solved:” Can you give a screenshot of how to do this? I only see the options to change the entire field’s data type, not just the year attribute. Thanks!

  2. One other issue I found is that the trend lines goes when there is no data on the chart. Let’s say I have a chart with months the my data starts in March and continues to the rest of the year. The trend line starts at January even though there is no data for January and February. I do not want it and want the line to start at March. Do not see any setting for that.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.