Skip to main content

Introducing Copilot in Power BI Mobile Apps (Preview)

We are thrilled to announce the release of Copilot in Power BI Mobile apps! This new feature brings the power of AI directly to your fingertips, enhancing your mobile experience and offering a quick and simple way to dive into your data while on the go.

With Copilot in Power BI Mobile apps, you no longer have to analyze data by yourself. Copilot provides report summaries and insights, so that you have the power to make data driven decisions anytime, anywhere.

Imagine effortlessly pulling up an executive summary of the latest report with a single tap, or getting quick insights without going through all pages and visuals, simply by asking Copilot do it for you.


Getting started

Every report that meets Copilot requirements in Power BI will have the Copilot button in its header, ready to assist you with just a single tap. Once the Copilot pane is open, you can ask Copilot for a summary or to get insights. With just a few steps, you can get a summary that keeps you informed without diving into every detail manually.


Exploring further with Copilot

The summary is also a useful starting point for exploring your data. Once you receive the summary, taping on any data reference in the summary will get you a closer look at the relevant visual. The visuals are interactive, and you can dive deeper by long-tapping for tooltips, drilling down or up, or exploring more of your data as needed.


Tapping on references icon will open the reference list, where all the referenced visuals are displayed with their relevant names and pages. This is very useful for easily going over all the visuals selected by Copilot from one place.


And when you’re ready for more exploration with Copilot, you can select a suggested prompt from the bottom of the screen. These suggestions can include additional prompts like “Find insights” and “Summarize entire report” or summary adjustments like “Make it shorter” or “Make it formal”. You can view more suggestions by tapping on the refresh button. Each prompt you select will provide an answer tailored to your context and needs.


Share and Collaborate

Once you have the summary you need, you can use the Copy option to copy and paste it into an email, Teams chat or any other platform. Along with the summary, a link to the report is also provided, enabling the recipient to access further details by opening the report directly from that link.


To view the report again, you can close the Copilot chat. And don’t worry about losing your place, the chat history will stay intact when you close the chat and navigate to other pages, as long as you don’t exit or refresh the report.


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