What is Logarithmic Scale in Power BI?

Cody Schneider8 min read

Ever create a chart in Power BI where one or two values are so massive they completely flatten a dozen others into unreadable bars at the bottom? It's a common problem when visualizing data with a huge range, like website traffic or sales figures. This is exactly where the logarithmic scale comes in. This article will break down what a logarithmic scale is, when you should use it, and provide a clear step-by-step guide on how to enable it in Power BI.

GraphedGraphed

Build AI Agents for Marketing

Build virtual employees that run your go to market. Connect your data sources, deploy autonomous agents, and grow your company.

Watch Graphed demo video

Understanding Logarithmic vs. Linear Scales

Before we touch anything in Power BI, it's important to understand the difference between the two main types of scales you'll encounter on a chart's axis: linear and logarithmic.

The Standard Linear Scale

The linear scale is the default setting for almost every chart you create. It's the scale you learned in grade school math class. On a linear scale, the distance between any two consecutive points is the same. The jump from 100 to 200 is visually the same size as the jump from 900 to 1,000. Each tick mark represents the same fixed value being added.

Use a linear scale when:

  • Your data is within a reasonably tight range.
  • The absolute difference between values is what's most important to your story (e.g., this product sold 100 more units than that one).
  • You want a simple, direct representation of your numbers that everyone instantly understands.

The Powerful Logarithmic Scale

A logarithmic scale, on the other hand, isn't about equal increments, it's about orders of magnitude. Instead of adding a fixed amount for each tick mark (like +100), it multiplies. The Y-axis might increase in powers of 10, going from 10 to 100, then to 1,000, and then to 10,000. The visual distance between 10 and 100 is the same as the distance between 100 and 1,000, and 1,000 and 10,000.

What does this actually do? It helps you compare the rate of change or percentage growth rather than the absolute value. A jump from 10 to 20 (a 100% increase) will look visually similar to a jump from 10,000 to 20,000 (also a 100% increase) on a log scale. On a linear scale, the first jump would be invisible.

Use a logarithmic scale when:

  • You have a huge range between your smallest and largest values.
  • You care more about the proportional change or growth rate than the specific numbers.
  • Your data has an exponential growth pattern (like viral content views or compound interest).

Free PDF · the crash course

AI Agents for Marketing Crash Course

Learn how to deploy AI marketing agents across your go-to-market — the best tools, prompts, and workflows to turn your data into autonomous execution without writing code.

Why and When to Use a Logarithmic Scale in Your Reports

Log scales aren't just a niche feature for scientists. They solve very common business reporting problems. Here are the top three scenarios where a log scale can turn an unreadable chart into a source of clear insight.

1. When You Have Dominant Outliers

The problem: You're charting monthly sales for 20 different products. 19 of them have sales between $5,000 and $50,000. But one viral bestseller had sales of $2,000,000.

Linear scale fails: On a standard chart, the Y-axis has to go up to $2M. The superstar product forms a huge skyscraper of a bar, while the other 19 products are squashed into tiny, indistinguishable slivers at the floor of the chart. You can't compare them or see their individual performance at all.

Log scale shines: By switching to a logarithmic scale, you expand the lower end of the axis and compress the top. Suddenly, the difference between the $5,000 product and the $50,000 product is clear and visible. The $2M product still stands out as the largest, but it no longer makes the rest of the chart useless.

2. When You Need to Compare Growth Rates

The problem: You want to compare the revenue growth of two different business units over the last three years. Unit A is your established cash cow, growing from $10M to $12M. Unit B is a new startup-like venture, growing from $100,000 to $500,000.

Linear scale misleads: On a linear scale, Unit A's growth of $2M will look massive. Unit B's growth of $400,000, while great proportionally, will appear very small in comparison. It makes it seem like Unit A is the star performer.

Log scale reveals the truth: A log scale focuses on the relative change. Unit A grew by 20% ($2M / $10M). Unit B, however, grew by 400% ($400k / $100k). On a log scale, the line for Unit B will show a much steeper upward slope, clearly communicating that its growth rate is significantly higher. This is vital for resource allocation decisions.

GraphedGraphed

Build AI Agents for Marketing

Build virtual employees that run your go to market. Connect your data sources, deploy autonomous agents, and grow your company.

Watch Graphed demo video

3. When Visualizing Data with a Skewed Distribution

The problem: You're analyzing website traffic per page. Most of your pages (blogs, product pages) get a few hundred or a couple of thousand views. But your homepage gets several million.

Linear scale fails: Just like the sales example, the homepage's traffic number forces the Y-axis so high that all other pages appear to have zero traffic. It's impossible to tell which blog posts are your best performers.

Log scale clarifies: A logarithmic Y-axis will let you see the details down below. You can easily spot that your "About Us" page gets 15,000 views, a specific blog post gets 2,000, and a long-forgotten support article gets 500. All these variations become visible, allowing you to focus on an optimization strategy beyond just your homepage.

How to Enable Logarithmic Scale in Power BI: A Step-by-Step Guide

Okay, you're convinced. Let's get practical. Activating the log scale in Power BI is quite simple once you know where to look. This setting is available for visuals with a continuous Y-axis, like bar, column, line, and area charts.

Step 1: Select Your Visual

First, create or click on the chart you want to modify in your Power BI report canvas. Make sure it's a type that supports a log scale, such as a Clustered column chart or a Line chart.

Step 2: Open the Formatting Pane

With the visual selected, look to the right-hand side of the Power BI window for the Visualizations pane. Click on the icon that looks like a paintbrush, named "Format your visual," to open the formatting options.

Step 3: Navigate to the Y-axis Settings

In the list of formatting sections, find and expand the "Y-axis" menu. This is where you can control everything related to the vertical axis of your chart.

Step 4: Enable the Logarithmic Scale

Scroll down within the Y-axis options until you find a section called "Scale." You will see a toggle switch labeled "Logarithmic scale." Simply click this toggle to turn it "On."

Your chart will instantly transform. The axis labels will change from a linear progression (e.g., 0, 250M, 500M) to a logarithmic one (e.g., 10M, 100M, 1,000M), and the visual representation of your data will adjust accordingly. Now you can clearly see the relative sizes of all your data points, even the smaller ones.

Common Pitfalls and Best Practices

Using a log scale is powerful, but it comes with a couple of key responsibilities to ensure you don't accidentally mislead your audience.

Free PDF · the crash course

AI Agents for Marketing Crash Course

Learn how to deploy AI marketing agents across your go-to-market — the best tools, prompts, and workflows to turn your data into autonomous execution without writing code.

Beware of Misinterpretation

Most business users are conditioned to interpret charts on a linear scale. They might not notice the axis change and could draw incorrect conclusions. A small visual gap at the top of a log scale chart represents a massive absolute difference in value compared to the same visual gap at the bottom.

Best practice: Always, always explicitly state when you're using a log scale. Add a note in the chart's title or subtitle like "(Y-Axis is Logarithmic)" to prevent confusion. Be prepared to explain why you chose it if presenting your report to others.

Dealing with Zero or Negative Values

This is a major technical issue. Logarithms are not defined for zero or negative numbers. It's mathematically impossible. If your dataset contains data points that are zero or less, Power BI's log scale might behave unexpectedly:

  • The toggle might be grayed out and unavailable.
  • The visual might refuse to render those specific data points.

Best practice: If you must use a log scale, you'll need to handle this data. You can either use a filter to exclude the zero/negative values from your visual or, if those points are important, a log scale might not be the right choice for that specific chart. Consider if there's an alternative way to present that insight.

Final Thoughts

The logarithmic scale in Power BI is more than just a setting, it's a powerful lens for your data. By understanding when to use it, you can transform cluttered, unreadable charts into crisp visuals that highlight relational growth and make sense of datasets with massive outliers.

While a log scale is just a few clicks away in Power BI, sometimes you need the right visualization without having to hunt through formatting panes and sub-menus. At our core, we believe that getting insights should be driven by questions, not by your knowledge of a specific tool's interface. You shouldn't have to be a dashboard-building expert to answer your data questions. That’s why at Graphed, we allow you to ask, “Show me sales by product over time and use a log scale,” and we'll automatically build the perfect real-time chart for you.

Related Articles