Skip to main content

Semantic model settings pane (Preview)

Semantic model settings pane (Preview)

The semantic model settings experience has been refreshed. The redesigned settings pane, aligned with the modern Fabric look and feel is now available. 

kayu_0-1777928530572.png

Figure: The new semantic model settings pane, opened in context next to the workspace.

Why it matters

The settings page has served its purpose well, but it requires navigating away from whatever you were doing. The new settings pane keeps you in context—your workspace, items, and scroll position stay right where you left them. It opens instantly, with no page load and no navigation away from your model. When you’re done, select anywhere outside the pane to close it.

Equally important, the settings pane is designed for long lists of settings that fit poorly with long scrollable pages. Related sections are now grouped into collapsible regions, making navigation easier. The search feature also saves time.

If you can't find the refresh history instantly, type ‘re’ in the search box and pick View Refresh History. Simply bypass sensitivity labels, endorsements, gateway and cloud connections, credentials, M parameters, query caching, OneDrive sync, and more, and go straight to the setting you want. With more than 30 semantic model settings sections accumulated over time, search is essential.

kayu_1-1777928548309.png

Figure: Type in the search box to quickly find a setting—for example, 'View refresh history'.

Incremental improvements

Changes to familiar configuration experiences require adjustment, so the settings pane is rolling out gradually. Now, the settings pane is off by default and can only be displayed from the settings page. In a few months, it becomes the default. At that point, you can still switch back to the settings page. Over time, the classic settings page will be retired.

In parallel, settings sections are being consolidated. This work is already underway, refer to the Manage semantic model settings in the settings pane (Preview) documentation for a quick reference. More changes are planned for the scheduled refresh and data connections experiences.

Open the settings pane

During the initial preview, the settings pane is an opt-in experience, so you can adopt it on your own terms.

To open it:

  1. Navigate to your semantic model's settings page.
  2. Example: From the Settings option in your model's context menu.
  3. At the top of the page, you can find an Open settings pane >> link, as in the following screenshot.

    kayu_2-1777928548316.png

    Figure: The Open settings pane >> link at the top of the classic settings page.

  4. The pane opens with all the familiar settings, organized into sections and tabs.
  5. If you want to go back, select << Open settings page at the bottom of the navigation area in the settings pane.

As a reminder: To change the settings of a semantic model, you need to be the model owner or have Write permission. A few settings—including scheduled refresh and data source credentials — can only be configured by the semantic model owner.

 

Comments

Popular posts from this blog

SSRS INTERVIEW QUESTIONS

Q: What is SSRS? Ø   SSRS or SQL Server Reporting Service is a server-based report generation software systems from Microsoft and is part of Microsoft BI. Ø   It is used for preparing and delivering interactive and variety of reports. Ø   It is administered through an web based interface. Ø   Reporting services utilizes a web service interface for supporting and developing of customized reporting applications. Ø   SSRS lets you create very rich reports (Tabular/Graphical/Interactive) from various datasources with rich data visualization (Charts, Maps, sparklines) Ø   SSRS allows are reports to be exported in various formats (Excel, PDF, word etc) Q: Explain SSRS Architecture? Reporting services architecture comprises of integrated components. It is a multi-tiered, included with application, server and data layers. This architecture is scalable and modular. A single installation can be used across multiple computers. It includes the fo...

Exception deserializing the package "The process cannot access the file because it is being used by another process."

TITLE: Microsoft Visual Studio ------------------------------ Failed to start project ------------------------------ ADDITIONAL INFORMATION: Exception deserializing the package "The process cannot access the file 'E:\SSASCube\HistoricalDataLoad\HistoricalDataLoad\bin\Development\HistoricalDataLoad.ispac' because it is being used by another process.". (Microsoft.DataTransformationServices.VsIntegration) ------------------------------ The process cannot access the file 'E:\SSASCube\HistoricalDataLoad\HistoricalDataLoad\bin\Development\HistoricalDataLoad.ispac' because it is being used by another process. (mscorlib) ------------------------------ BUTTONS: OK ------------------------------ While running SSIS package i got the error “The process cannot access the file ‘*.ispac’ because it is being used by another process”. I tried to close SSDT and run it again but, I still got the same error while compiling. Then, after searching over internet, I got...

Failed to execute the package or element. Build errors were encountered

Error: TITLE: Microsoft Visual Studio ------------------------------ Failed to execute the package or element.   Build errors were encountered. For more information, see the Output window. ------------------------------ BUTTONS: OK ------------------------------   Solution: We tried to close SSDT and run it again but, we still got the same error while running SSIS package. Then, we need to follow bellow solution: Step 1: Go to Task Manager–> Details Tab. Step 2: Locate the process “ DtsDebugHost.exe “. Kill this process. There might be multiple instances of this process. Kill all of them. Step 3: Rerun SSIS package