Where is Model View in Power BI?

Cody Schneider8 min read

Trying to find the Model view in Power BI can feel like a small thing, but it’s a stumbling block that trips up many newcomers. You're following a tutorial, ready to connect your data tables, and suddenly the button you’re supposed to click is nowhere to be found. This article will show you exactly where to find the Model view, explain why it might be hiding, and then walk you through what it’s actually for.

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

Finding the Model View: Your Quick Guide

In the latest versions of Power BI Desktop, locating the Model view is straightforward. It’s one of the three main icons in the navigation pane permanently docked on the far-left side of your screen.

Here’s the simple breakdown:

  1. Open your project file in Power BI Desktop.
  2. Look at the vertical navigation bar on the left edge of the application window.
  3. You will see three icons:

Just click that third icon, and you’ll be taken straight to the canvas where you can manage your data model and see how your tables are connected.

Wait, It’s Still Not There? Common Scenarios

If you’ve checked the left-hand navigation and still don’t see the icon, don't worry. There are a couple of very common reasons why this happens, and they’re both easy to solve.

Scenario 1: You're Using Power BI Service (the Web Version)

This is by far the most frequent source of confusion. Power BI has two primary environments:

  • Power BI Desktop: This is the free application you download and install on your Windows computer. It is the full-featured development tool used to import data, clean it, build your data model, and design your reports. The Model view we're discussing is a core feature of Power BI Desktop.
  • Power BI Service: This is the cloud-based, online version (app.powerbi.com) that you access through your web browser. It's primarily used for sharing, collaborating on, and viewing reports that have already been built in the Desktop app.

While Power BI Service has some editing capabilities, it's not the full-powered authoring tool that the Desktop application is. The classic drag-and-drop Model view is a Desktop-only feature. If you open a report in your web browser, you will not see that three-icon navigation on the left. You need to download and open the file in the Desktop application to access the Model view and create those powerful relationships.

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.

Scenario 2: You Need to Update Power BI Desktop

Microsoft pushes out updates to Power BI Desktop every single month, adding new features and occasionally changing the user interface. While the left-hand navigation has been standard for a while, running a very old version might cause some discrepancies with current tutorials.

It’s always a best practice to ensure you have the latest version. You can either download it from the Microsoft Store (which handles automatic updates) or grab the latest installer directly from the Power BI website.

Okay, I Found It... Now What? Understanding the Purpose of Model View

Great, you're in! You see a canvas with boxes, each representing a table of data you've imported. If you only have one table, this screen may seem a bit pointless. But the moment you have more than one – like a 'Sales' table, a 'Products' table, and a 'Calendar' table – the Model view becomes the most important screen in Power BI.

Think of it as the blueprint for your report. Your Report view is the finished house with pretty paint and furniture (your charts and graphs). The Model view is the foundation and framing, ensuring everything connects properly. It's where you tell Power BI how your different data tables relate to each other.

Without the relationships you define here, your report won't work correctly. For example, if you build a chart to show "Sales by Product Category," Power BI needs to know how the 'Sales' table is connected to the 'Products' table to get the category information. That connection – that relationship – is created right here in the Model view.

Core Tasks in Power BI's Model View

Beyond just looking at connections, the Model view is an active workspace where you perform critical tasks to make your data usable. Let’s walk through the most common actions you’ll take here.

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

1. Creating and Managing Relationships

This is the primary function of the Model view. A relationship links two tables based on a common column, like a 'ProductID' or 'Date'.

How to Create a Relationship: The easiest way is to simply click and drag. Find the common column in one table (e.g., ProductID in your 'Products' table) and drag it on top of the corresponding column in the other table (e.g., ProductID in your 'Sales' table). Power BI will draw a line between them, indicating a relationship has been formed.

How to Edit a Relationship: Double-click the line connecting two tables to open the "Edit relationship" dialog box. Here you can tweak important settings:

  • Cardinality: This describes the relationship's nature. Power BI is usually good at auto-detecting this, but it’s crucial to understand.
  • Cross-filter direction: This setting controls how filters flow between tables. For most cases, 'Single' is correct. This means if you filter your 'Products' table, it will also filter your 'Sales' table, but not the other way around.

2. Organizing a Clean Data Model

When you have a dozen or more tables, the Model view can get messy. Staying organized is key for efficiency, especially if others will work on your report.

Using Layouts At the bottom of the Model view canvas, you'll see tabs. You can create multiple layouts for your model. This is incredibly helpful for complex reports. You might have one layout that shows only your Sales-related tables (Customers, Sales, Products), another layout just for your Marketing data (Campaigns, Leads, Ad Spend), and a third "All tables" layout.

Grouping with Folders In the 'Fields' pane on the right-hand side, a well-organized model is easy to navigate. In the Model view, you can select multiple columns or measures and assign them to a 'Display folder.' For example, you can group all your key calculations like [Total Sales], [Profit Margin], and [Average Order Value] into a display folder named "Key Metrics." When you go back to the Report view, these measures will be neatly organized in that folder, making them much easier for you and your team to find.

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.

3. Writing DAX Formulas (Measures and Calculated Columns)

While you can write DAX (Data Analysis Expressions) in other views, many analysts prefer doing it in the Model view. Why? Because you can see the entire table structure and its relationships right in front of you. When writing a formula that needs to pull data from multiple tables, having that visual blueprint is incredibly helpful.

You can create a new measure (a calculation that aggregates data, like a sum or average) or a calculated column (which adds a new column to a table with a value for each row) directly from the ribbon here.

4. Implementing Row-Level Security (RLS)

This is a powerful, more advanced feature that is managed from the Model view. Row-Level Security allows you to restrict data access for different users. For example, you could create a rule that a salesperson can only see data related to their own accounts and region. You define these roles and filtering rules under the 'Modeling' tab in the ribbon while you are in the Model view.

Final Thoughts

Finding the Model view is the first step, but truly understanding its role as the backbone of your Power BI report is what levels up your skills. This is where you move beyond simply dropping fields onto a chart and start architecting a responsive, accurate, and scalable analytics tool. Getting comfortable creating relationships, organizing your tables, and thinking about your data structure in this view is a non-negotiable step on the path to mastering Power BI.

While building complex data models in tools like Power BI is a rewarding skill, we know firsthand that sometimes you just need answers from your data without spending days on setup. We created Graphed because we believe anyone on your team should be able to get insights from your business data. Instead of manually connecting tables and writing formulas, our platform lets you integrate sources like Google Analytics, Shopify, and Salesforce in seconds. From there, you just ask questions in plain English - like "create a dashboard comparing Facebook Ads spend vs. Shopify revenue by campaign" - and get a live, interactive dashboard built for you instantly.

Related Articles