Highlight Key Values in Power BI Line/Area Charts (Highest, Lowest, First, Last)

Iwa Sanjaya
Learning Data

Cover Image by Author

While line charts are great for showing trends over time, the default way of displaying data points with markers can clutter the chart, especially when you also want to include data labels. This is because Power BI displays markers for all data points by default. To prioritize clarity and highlight key trends, we can leverage DAX formulas. This allows us to focus on specific values like the highest, lowest, first, and last data points.

Average Death Rate (per 1,000 people) by Year — Markers and Data Labels Activated

Part 1: Identifying Maximum and Minimum Values

Step 1: Constructing a Line Chart

Since markers alone only indicate single data points (highest and lowest values), the line is essential for visualizing the trend over time. To demonstrate this step-by-step, I’ll use a dataset from Maven Analytics, specifically the World Economic Indicators.

Let’s create a line chart with the date table (year) on the x-axis and the ‘death rate’ table on the y-axis. For now, we’ll focus on just the line without the markers.

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Iwa Sanjaya
Learning Data

A data storyteller, making complex data approachable for non-data savvy.