Skip to main content

Announcing the creation of connected tables in Excel Online

We’ve also been working hard to ensure that all Microsoft 365 update channels are able to use this feature in the Excel desktop application.

Insert a connected table in Excel online

To connect directly to data in your semantic model:

  • Select Data from Power BI on the Data tab of the ribbon
  • Use the search feature in the Power BI Datasets pane to find the dataset/semantic model you’d like to connect to and select Insert Table
  • Use the Create Table dialog to:
    1. Select data to appear in your table in the Data pane
    2. Apply any filters you’d like in the Filters pane
    3. Rearrange the field order in the Build pane
  • Select Insert Table. You now have a table connected directly to your Power BI semantic model. Just like with other Connected Table experiences, the workbook contains a connection that you can review and modify in the Queries and Connections properties.
Updates to the Excel desktop application

We have a quick update on the availability of this feature for users of the Excel desktop application.

The connected tables feature is currently available in the M365 Current Channel. It will be available in the Monthly Enterprise Channel in April 2024, and will be rolled out to the Semi-Annual Enterprise Channel in July 2024 as a part of the regular M365 update process. Learn more about Microsoft 365 update channels in our M365 documentation.

To determine which Microsoft 365 Apps update channel your organization is currently using, open any Office application and:

  • Go to File > Account
  • Under the Product Information section, you’ll find the name of the update channel.

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