How to Remove Quick Measure Tab in Power BI
If you're an experienced Power BI user, you probably spend a good amount of time in the DAX query view, writing measures to bring your data to life. But that "Quick measure suggestions" tab can feel a bit like having training wheels you no longer need. This guide will show you exactly how to remove the Quick measures tab to reclaim your screen real estate and create a cleaner, more focused workspace perfect for writing your own DAX.
What is the Power BI Quick Measure Tab Anyway?
Before we ditch it, let's quickly touch on what the Quick measure tab is and why it's there. The full name is "Quick measure suggestions with code-behind (Preview)," and its purpose is to help users who are new to Data Analysis Expressions (DAX) get started. It uses a natural language interface, allowing you to describe a calculation in plain English, and Power BI attempts to generate the corresponding DAX code for you.
For someone just starting out, this can be a helpful bridge into the world of DAX. However, for seasoned analysts and developers, it's often more of a distraction than a help. Here’s why many experienced users choose to hide it:
- It takes up valuable screen space: When you're trying to view a complex DAX query and its results simultaneously, every pixel counts. The Quick measure tab eats up a significant portion of the top panel.
- It's often unused by pros: If you write DAX manually, you simply don't need a natural language assistant for basic measures. The suggestions are generally for simpler calculations that advanced users write from memory.
- It adds visual clutter: A clean, minimalist workspace can improve focus. Removing unnecessary UI elements helps you concentrate on the task at hand - writing efficient and accurate DAX.
If you've found yourself nodding along, you're in the right place. Hiding this feature allows you to customize Power BI into a more professional development tool tailored to your workflow.
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.
Your Step-by-Step Guide to Hiding the Quick Measure Tab
Hiding the Quick measure suggestions tab involves a simple change in the Windows Registry. While this might sound intimidating, it's a straightforward process if you follow the steps carefully. This tweak tells Power BI Desktop not to display that specific feature in the DAX query view.
A Quick but Important Warning Before You Start
Editing the Windows Registry can cause issues with your computer if done incorrectly. It's always a good idea to back it up before making any changes.
To back up your registry, simply open the Registry Editor, click File > Export, choose a location to save the file, select All under "Export range," and give it a name like "RegBackup." If anything goes wrong, you can double-click this file to restore the registry to its previous state.
With that out of the way, let's proceed!
Step 1: Close Power BI Desktop
This is a crucial first step. The registry settings for Power BI are loaded when the application starts. To make sure your changes take effect and don't cause any conflicts, fully close all instances of Power BI Desktop.
Step 2: Open the Registry Editor
To open the Registry Editor, you can use the Run command. Press the Windows Key + R on your keyboard to open the Run dialog. Type regedit in the box and press Enter or click OK. You may need to grant administrator permission to proceed.
Step 3: Navigate to the Power BI Desktop Key
In the Registry Editor, you'll see a folder structure on the left-hand pane. You can either manually click through the folders or copy and paste the following path into the address bar at the top of the window and press Enter:
Computer\HKEY_CURRENT_USER\Software\Microsoft\Power BI Desktop
This will take you directly to the main folder containing settings for your Power BI Desktop installation.
Step 4: Create a New Key Named "DAXQueryView"
Your goal is to add a specific setting within a nested folder structure. If this structure doesn't exist yet, you'll need to create it.
Right-click on the Power BI Desktop folder in the left pane, then select New > Key. Name this new key DAXQueryView and press Enter.
Note: If you already see a DAXQueryView key underneath Power BI Desktop, you can skip this step and just click on it.
Step 5: Create Another New Key Named "Settings"
Now, you need to create a subfolder inside the one you just made. Right-click on the new DAXQueryView key you created, and again select New > Key. Name this one Settings and press Enter.
Step 6: Create the Setting to Disable the Feature
You're almost there! Now you'll create the actual value that tells Power BI to hide the Quick measure tab.
- Click on the Settings key you just created.
- In the empty right-hand pane, right-click and select New > DWORD (32-bit) Value.
- A new entry will appear, ready for you to name. Name it exactly as follows (you can copy and paste it to avoid typos):
EnableNaturalLanguageMeasures - Press Enter to confirm the name.
By default, its data value will be set to 0, which is exactly what we want. In programming terms, 0 almost always means "off" or "false."
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.
Step 7: Verify, Close, and Relaunch
Double-click the EnableNaturalLanguageMeasures value you just created. A small window will pop up. Confirm that the "Value data" is set to 0 and the "Base" is Hexadecimal. Click OK.
You can now safely close the Registry Editor. Re-open Power BI Desktop, navigate to any DAX query view, and... voilà! The "Quick measure suggestions" tab is gone, leaving you with a clean, spacious interface for your DAX development.
How to Re-Enable the Quick Measure Tab (If You Change Your Mind)
What if you or a team member decide you want the feature back? Reversing this change is just as easy.
Simply navigate back to the same location in the Registry Editor:
Computer\HKEY_CURRENT_USER\Software\Microsoft\Power BI Desktop\DAXQueryView\Settings
You have two simple options:
- Change the Value: Double-click the
EnableNaturalLanguageMeasuresvalue and change its "Value data" from0to1. This keeps the setting in place but switches it to "on." - Delete the value: Right-click the
EnableNaturalLanguageMeasuresvalue and select Delete. This will remove your custom setting entirely, and Power BI will go back to its default behavior.
Either method works perfectly. Just remember to close and reopen Power BI Desktop for the change to take effect.
Final Thoughts
Customizing your tools is a key practice for any serious data professional. By making a simple registry edit, you can hide Power BI's Quick measure tab to declutter your DAX query view, giving you more space and focus to craft sophisticated measures on your own terms.
While mastering DAX in Power BI is essential for deep, custom analysis, we know that sometimes you just need answers fast. For those times when you want to build dashboards from your marketing or sales data using simple language, we created Graphed. It allows you to skip the manual setup and DAX entirely by turning natural language prompts into complete, real-time reports from sources like Google Analytics, Shopify, and Salesforce in seconds.
Related Articles
Facebook Ads for Assisted Living: The Complete 2026 Strategy Guide
Learn proven Facebook ad strategies for assisted living facilities in 2026. Discover how to target adult children and seniors, create compelling ads, and maximize your ROI with retargeting and video content.
Facebook Ads for Optometrists: The Complete 2026 Strategy Guide
Learn how to run effective Facebook ads for optometrists in 2026. Discover campaign strategies, targeting tips, creative best practices, and budget guidelines for eye care practices.
Facebook Ads for Veterinarians: The Complete 2026 Strategy Guide
Learn how to use Facebook ads to attract more pet owners to your veterinary practice. Complete strategy guide for 2026 with targeting tips, ad formats, and best practices.