Skip to main content

“Data in space” in preview: Now Power BI can be truly everywhere

We live in a connected world and almost everything around us generates data. Imagine if you could view that data, processed and with insights, in the context where it was created. Now, with Power BI Mobile app, you can.

Data in space is a new Power BI Mobile feature that uses augmented reality to create spatial anchors in the real world and attach Power BI data to them, so that data can be connected to the physical environment it describes.

Using Data in space, you can connect your business data to your real-world scenarios, such as facility management, manufacturing, or retail. Employees can then easily discover and use it for better, and more informed decision making.

How does it work?

We’ve partnered with the Azure Spatial Anchors team to integrate Azure Spatial Anchors within the Power BI Mobile iOS app.

Azure spatial anchors technology enables the app to understand spaces, mark specific places of interest, and remember those points of interest. It then allows the app to search a space and look for anchors created in that space.

By using the Azure Spatial Anchors service, we’ve made it possible for one device to read a spatial anchor created in a space by another device, thus making for a real cross-device experience. Later this year we’ll release Data in space support for Android, which will enable a cross-platform experience, effectively making it possible for everyone in an organization to participate in the Data in space experience.

To enable Data in Space, Power BI Administrators need to create an Azure Spatial Anchors resource in their Azure subscription and connect it to their Power BI tenant. They then need to assign users to roles that will allow them to save and search for Azure spatial anchors in the relevant locations. Learn more about how to set up Data in space.

Users in the organization will then get Data in space experiences based on the role they got from the admin:

  • Pin in space: The ability to create and save anchors with Power BI data.
  • Scan space: The ability to search and discover anchors around you.

Think about a facility management scenario, where you, as a building manager, can pin reports showing the status of various areas in the building as collected from multiple sensors and data sources, such as air quality, temperature, floor occupancy, etc. Later, these reports can be discovered by the building attendant or by the building operations staff when visiting that area, simply by using their Power BI Mobile app.

How to create an anchor and pin data to space

Start by selecting the report you wish to pin and set up the desired state by choosing filters and applying slicers. Once the view you wish to pin is ready, select Data in space from the report header, check to see that the preview view reflects what you set up, and open the camera.



You can pin the same report multiple times, with different filters. Let’s say for example that you have a single Panels health report that can be filtered for several specific panels. You can pin it next to each panel with a different filter applied. The app will store the filter you used when pinning and will apply the same filter when you (or others) discover it later.

Next, when you open the camera, you’ll be able to see your view in the real-world, choose where exactly to place it, and scale it as desired.

Learn more about pinning reports to space

How to discover anchors and data around you

All you need to do is open the camera from your app’s homepage. If Data in space is enabled for you, the camera will start scanning for data around you by default. The report locator at the bottom of the screen will indicate when anchors are found, helping you to direct the camera to the right direction.

The preview image you see on the card shows the latest Power BI data and also reflects the permission you have on the data.

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