0
0
Power BIbi_tool~5 mins

Naming conventions in Power BI - Step-by-Step Guide

Choose your learning style9 modes available
Introduction
Naming conventions help you keep your Power BI reports clear and easy to understand. They solve the problem of confusion when many tables, columns, or measures have unclear or inconsistent names.
When you create multiple measures for sales, like Total Sales and Sales Growth, and want to find them quickly.
When you share reports with teammates who need to understand your data model without extra explanations.
When you build complex reports with many tables and want to avoid mistakes caused by similar names.
When you update reports regularly and want to keep names consistent over time.
When you use bookmarks or buttons that refer to specific visuals or pages by name.
Steps
Step 1: Click
- Fields pane on the right side
The list of tables and fields appears
💡 Use the search box to find a specific field quickly
Step 2: Right-click
- a table or field name
A menu appears with options including Rename
💡 You can rename tables, columns, and measures this way
Step 3: Select
- Rename option in the menu
The name becomes editable
💡 Use clear, descriptive names like 'Total Sales' or 'Customer Count'
Step 4: Type
- the new name for the table or field
The name updates in the Fields pane
💡 Avoid spaces or special characters; use underscores or camelCase if needed
Step 5: Press Enter
- after typing the new name
The rename is saved and reflected in all visuals using that field
Before vs After
Before
Fields pane shows tables and columns with default or unclear names like 'Table1', 'Column2', 'Measure3'
After
Fields pane shows tables and columns with clear names like 'SalesData', 'TotalRevenue', 'CustomerCount'
Settings Reference
Field renaming
📍 Fields pane, right-click menu
Change names to meaningful, consistent labels
Default: Original field or table name
Display folders
📍 Model view, Properties pane
Group related fields for easier navigation
Default: No folders
Common Mistakes
Using vague names like 'Data' or 'Value' for many fields
It makes it hard to know what the field represents when building visuals
Use descriptive names that explain the content, like 'Total Sales Amount' or 'Order Date'
Including spaces and special characters in names
It can cause issues in formulas and reduce readability
Use camelCase or underscores instead, like 'Total_Sales' or 'totalSales'
Summary
Naming conventions keep your Power BI reports organized and easy to understand.
Always use clear, descriptive names for tables, columns, and measures.
Avoid spaces and special characters to prevent errors and improve readability.