This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Welcome to the Power BI March 2026 Feature Summary—and welcome to FabCon!
As FabCon gets underway, this month’s update reflects the momentum we’re seeing across Power BI and the conversations happening with customers right now. March brings a thoughtful set of improvements across Copilot, reporting, modeling, and data connectivity—focused on making everyday authoring smoother, visuals more expressive, and analytics experiences more flexible and open.
Whether you’re refining reports, enabling more interactive analytics, or modernizing semantic models, there’s plenty to explore in this release—and we’re excited to keep the conversation going throughout FabCon.
If you haven’t already, check out Arun Ulag’s hero blog “FabCon and SQLCon 2026: Unifying databases and Fabric on a single, complete platform” for a complete look at all of our FabCon and SQLCon announcements across both Fabric and our database offerings.
Contents
March Monthly Update Video
https://youtu.be/INwbDNhRMG0March Power BI Desktop
Power_BI_April_2026_Feature_Summary
Version number: v: 2.152.882.0
Date published: 03/15/2026
We'd like to offer a huge congratulations to the winner, Gustavo Bavia the Power BI Dataviz World Champion!
In January, we announced an updated file picker experience that provides users with a more intuitive, straightforward way of navigating between files and folders. As of next month, we are moving the updated experience out of preview and making it the default experience in Power BI Desktop. With this change, users will no longer be able to toggle between the old and updated experience.
Note: No action is required from users as part of this deprecation; this is simply an informational announcement.
As part of our ongoing platform evolution, this change streamlines our connector portfolio and ensures our continued commitment to only the highest level of secure data connectivity.
After retirement, customers will no longer be able to create new connections, and existing connections may no longer function.
| Before | After |
Screenshot_of_a_text_input_box_labeled_Ask_a_question_about_this_report_with_a_s
Figure: Power BI Copilot pane with prompt guide icon
or clear your chat to start over:
Screenshot_of_a_chat_interface_showing_a_user_request_for_an_executive_summary_o
Figure: Power BI Copilot pane with clear chat history sweep icon
Input box now appears enabled while processing an ongoing request and you can type your next prompt. However, you will still need to wait until the current prompt finishes before submitting your next.
The copy action has been moved to the bottom of the response output next to the feedback buttons.
Screenshot_of_a_text_excerpt_highlighting_Copilot_summary_response_with_the_copy
Figure: Power BI Copilot pane with text summary response and copy icon
Learn more about the Copilot report pane in our documentation.
| Before | After |
AI_narrative_message_displayed_when_a_slicer_is_selected_in_the_report
Figure: AI narrative message displayed when a slicer is selected in the report
Toggle_the_option_to_enable_automatic_refresh_of_the_AI_Narrative_in_the_format
Figure: Toggle the option to enable automatic refresh of the AI Narrative in the format pane
Screenshot_of_the_Translytical_task_flow_authoring_experience_in_Power_BI_showin
Figure: Translytical task flow in Power BI
Translytical task flows use Fabric user data functions to connect reports to underlying data sources. Common scenarios include editing data records in place, adding annotations, deleting outdated entries, and calling external APIs like Azure OpenAI. For example, a sales team can update discount values directly in a report, or request approvals that post automatically to Teams.
Data writeback supports Fabric SQL databases, Fabric warehouses, and Fabric lakehouses (for files). For heavy read/write reporting scenarios, SQL database is the recommended data source. To get started, refer to the Translytical task flows overview documentation or follow the step-by-step tutorial to build your first task flow.
Power_BI_report_page_using_the_new_modern_visual_defaults_Fluent_2_styling_showi
Figure: Example report page with modern visual defaults applied—uniform padding, updated typography, and refreshed visual styling on a gray 1080×1920 canvas
Enable the preview in Options and settings > Options > Preview features by turning on modern visual defaults and customizing theme improvements. This preview is available in Power BI Desktop, and published reports retain the new base theme for editing in the browser. The base theme on existing reports remains unchanged until you go to View > Themes > Customize current theme and select Update theme. The theme schema also supports setting page size and defining reusable named colors.
Please share your feedback through the Modern Visuals Preview Feedback form, and learn more in the Use report themes in Power BI Desktop documentation.
To illustrate, the following example demonstrates this behavior. The calculations for DAX measures average sales and number of customers are non-additive, so the totals in the table do not show the sum of all categories, as they do for an additive measure such as total sales:
Table_titled_Sales_by_Category_listing_Accessories_Bikes_Clothing_and_Components
Figure: Sales by Category summary showing Bikes as the primary revenue driver ($46.98M total sales), contributing most of the $62.17M total across 18,485 customers
Some report authors wish for more control over totals in tables and matrices. Custom totals are a new feature to address scenarios where a summed row total is the desired behavior for these visuals. Keeping the measure definition unchanged, a custom total instead adjusts the visual’s aggregation logic to override the measure’s default total behavior. Using this feature does not alter the underlying DAX measure; it changes how the total row is calculated for the configured visual only by using a visual calculation.
Setting a Custom total is easy. First, make sure the visual calculations preview is turned on. Then, to set a custom total, right-click a column or use the Build pane to choose or define the desired calculation, without writing DAX. Options such as Sum, Min, Max Count (Distinct) and Count allow you to tailor the total to the context of the visual. “Reset to default” will return the total to the default DAX-driven total behavior whenever needed.
Screenshot_of_a_reporting_app_context_menu_with_options_such_as_Copy_Share_Summa
Figure: Right-click menu showing how to customize a visual’s total calculation (preview) by selecting an aggregation method such as Sum, Min, Max, Count (Distinct), or Count
Once you set a custom total, an Excel-like indicator appears. For instance, after setting Number of Customers to Sum, the column title updates:
Screenshot_of_the_Power_BI_Copilot_report_input_area_showing_a_text_box_labeled
Figure: Power BI Copilot pane showing the prompt guide (book) icon next to the “Ask a question about this report” input box
Custom totals use visual calculations and share their limitations. For example, formatting is not automatically applied to custom totals; use Data Format settings to format them, just as with visual calculations.
Although Custom totals add flexibility and convenience, they don’t replace Power BI’s default total behavior, which remains the most accurate representation of the measure as defined in DAX.
Learn more about Custom totals and how they work in our table and matrix.
Line_chart_of_profit_over_time_year_quarter_for_multiple_states_with_series_labe
Figure: Series label leader lines on a line chart, connecting each label to its corresponding series for easier identification in dense visuals
When enabled, leader lines visually connect each series label to its corresponding data point, improving readability without changing which labels appear. The feature includes smart layout logic to avoid label collisions, along with formatting options for line style, width, and transparency so you can match your visual design. Leader lines turn on automatically when series labels are enabled for new reports, while existing reports remain unchanged. Series labels are also selectable, which highlight a line and turn on the markers. To select multiple items, use multi-select (Ctrl on Windows or Command on macOS).
Line_chart_of_profit_over_time_for_multiple_states_with_series_labels_and_leader
Figure: Selecting series labels highlights the corresponding lines and shows markers, making it easier to compare multiple series
For more information about visualizations in Power BI, refer to the Line charts in Power BI documentation.
You can now define a default page size directly in your theme file. When you add a page section to your theme JSON, any new pages added to your report automatically use those dimensions. This feature helps teams maintain consistent report layouts without manually configuring each page. For example, you can set a custom 1920x1080 resolution for presentation-ready reports:
{
"name": "Page Size Theme Example",
"$schema": "reportThemeSchema-2.149.json",
"visualStyles": {
"page": {
"*": {
"pageSize": [
{
"pageSizeTypes": "Custom",
"pageSizeWidth": 1920,
"pageSizeHeight": 1080
}
]
}
}
}
}
You can also now reference structural theme colors such as background and foreground. This example shows how to set different colors in a table visual preset.
{
"name": "Structural Colors Theme Example",
"$schema": "reportThemeSchema-2.149.json",
"foreground": "#242424",
"background": "#FFFFFF",
"secondaryBackground": "#F5F5F5",
"visualStyles": {
"tableEx": {
"*": {
"columnHeaders": [
{
"fontColor": {
"solid": {
"color": "foreground"
}
},
"backColor": {
"solid": {
"color": "secondaryBackground"
}
}
}
],
"values": [
{
"fontColor": {
"solid": {
"color": "foreground"
}
},
"backColor": {
"solid": {
"color": "background"
}
}
}
]
}
}
}
}
To learn more about creating custom themes, refer to the Create custom report themes in Power BI Desktop documentation.
Screenshot_of_Power_BI_Desktop_with_the_input_slicer_selected_the_formatting_pan
Figure: Input slicer conditional formatting (Fx) options in the formatting pane
Elements that support conditional formatting include:
Learn more about the input slicer and its formatting options in the Create and use an input slicer documentation.
In May 2023, we announced the revolutionary Direct Lake storage mode for Power BI semantic models and used Direct Lake on SQL, which reached general availability with Microsoft Fabric in November 2023. In March 2025, we introduced Direct Lake on OneLake semantic model creation from Power BI Desktop. For more information and a more in-depth look, check out the Deep dive into Direct Lake on OneLake blog post.
Figure: The default selection is determined by whether the SQL endpoint is running in User ID mode or delegated mode
Check out the Direct Lake overview for a full comparison.
When you create a new Direct Lake semantic model from the SQL analytics endpoint page, you can choose Direct Lake on OneLake or Direct Lake on SQL.
With this preview, developers can script, modify, and apply changes to model objects directly in a code editor using Tabular Model Definition Language (TMDL), without switching to Desktop or downloading model files.
This experience provides immediate, code‑level visibility into all semantic model metadata (tables, measures, relationships, and more), enabling bulk edits, automation of repetitive tasks, and the reuse of definitions to improve consistency and productivity.
TMDL_View_on_the_web_showing_a_side-by-side_TMDL_code_diff_that_previews_the_sem
Figure: Previewing semantic model changes from a TMDL script in TMDL View on the web
For more details about TMDL view and the full list of capabilities in this release, refer to the documentation: Use Tabular Model Definition Language (TMDL) view in Power BI Desktop - Power BI | Microsoft Learn
Figure: Context menus in the semantic model pane showing options to define/evaluate functions and manage model elements (rename, delete, hide/unhide, collapse/expand)
This update ensures continued connectivity, long-term support, and a more future-ready experience for organizations using the Netezza connector.
Customers do not need to install the new connector; you may reuse your existing connector but will need to install the new IBM Netezza ODBC driver.
Image_depicting_the_IBM_Netezza_connector_selection_pane_from_Fabric
Figure: Netezza Connector Selection UI in Fabric
Refer to the IBM Netezza ODBC documentation for more information.
New Features
Business Use Cases
Customer Journey Mapping, Expense Breakdown, Supply Chain Flow.
The_image_is_a_Sankey_chart_from_Powerviz_featuring_multiple_levels_customizable
Figure: Powerviz Sankey chart with multi-level flows and customizable formatting
Key Features
Advanced label customization: Configure names, values, and percentages. Arrange them across multiple lines. Apply custom fonts, colors, and backgrounds. Hide secondary details to keep attention to the most important information.
Category level performance markers: Reference markers appear at the slice level, making it easy to see which categories are below, meeting, or exceeding a target without switching visuals or adding complex calculations. Add reference markers per category using any UTF 8 character or icon, including symbols or emojis.
One-click drill down: Click on one or multiple slices to instantly filter other visuals in the report, combining performance insight with intuitive data exploration.
Images on slices: Add images on slices to visually differentiate categories.
Key use cases
The_image_is_a_pie_chart_illustrating_the_distribution_of_sales_across_different
Figure: Drill Down Pie PRO showing regional sales distribution with multiple label and indicator styles The_image_illustrates_a_pie_chart_interface_in_Drill_Down_Pie_PRO_showing_custom
Figure: Drill Down Pie PRO interface highlighting label customization and calculation-basis settings
Enhanced 3D capabilities let your visualize terrain and data in three dimensions with support for 3D terrain, extruded polygons, 3D lines and 3D columns.
Data Catalog
New this month, the built-in geospatial catalog contains hundreds of layers ready to instantly enhance your map with additional context, or rich detailed boundaries, formatted and filtered by your Power BI data.
Available map layers include:
Reference layers provide extensive formatting options and may be dynamically filtered using Power BI’s “fx” buttons. Many layers can be directly bound to the Power BI dataset enabling conditional formatting options, tooltips and selection.
Filtering Capabilities
Icon Map Slicer provides multiple options for selecting data:
Power BI data can be presented on the map and conditionally formatted as:
Power_BI_March_2026_Feature_Summary
The values can be encoded as bubble size or as distance from the center or previous level.
Power_BI_March_2026_Feature_Summary The last level of nodes can be depicted as bars.
Power_BI_March_2026_Feature_Summary
Download this visual from APPSOURCE
Download Demo File from APPSOURCE
For more information visit excelnaccess or contact us.
All comment data is stored together with the full report context (filters, dimensions, measures, row selections), ensuring tight integration with your semantic model. This guarantees that every comment is precisely linked to the exact data state it relates to — creating traceability, auditability, and analytical consistency.
Key Features
With accoCOMMENT, Power BI evolves from reporting to a fully governed, context-aware decision platform — without compromising data ownership or model integrity.
Business Use Cases
Sales Funnel Analysis, Financial Follow-Ups (Invoicing/Payments), User Onboarding, and Project Follow-Up
Power_BI_March_2026_Feature_Summary
As FabCon gets underway, we encourage you to explore the new capabilities, especially those currently in preview, and share your feedback through the usual channels. Your insights help us refine the experience and inform us what comes next.
Thank you for being part of the Power BI journey. We’re excited to hear what you build with the March updates and to keep the conversation going throughout FabCon and beyond.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.