Skip to main content

Announcing submetric roll ups in Power BI Metrics

Metrics in Power BI lets customers curate their metrics and track them against an organization’s KPIs all in one place, enhancing data culture by promoting accountability, alignment, and visibility for teams and initiatives within organizations.

We are excited to announce a much anticipated release in our Metrics experience: With submetric roll ups, it’s easier than ever to aggregate your metric values so you can spend less time crafting multiple scorecards and connections, and more time analyzing your performance.

Submetric roll ups:

Previously, there was no way to aggregate a group of submetrics’ values to the parent metric. You could work around this by connecting all metric values to data, but to automatically roll up these values to a parent metric couldn’t be done.

Now, with the release of current and target roll ups, you can set automatic aggregations of your submetric values to show in your parent metric. You can select from aggregation types of sum, average, min and max values.



Whichever aggregation you choose will automatically update current and/or target values. Roll ups work on connected values as well – if your submetrics are connected to data, we will take the aggregations of those values and show it in the parent metric. Roll ups are a great way to keep parent metrics that are not connected to data on track without requiring check-ins, saving you time to focus on diving into the why behind what’s going on with your metrics.

Key considerations:

  • Roll ups take place from the day they’re set up moving forward: they don’t remove, recalculate, or override historical data with retroactive rollup values, in almost all scenarios.
  • Roll ups show all viewers the roll up value of all submetrics, regardless of metric level permissions. This means if person A only has view access to 3 out of 5 submetrics, they still see the same parent metric value as someone who has access to all submetrics.

We are excited to announce this feature and we look forward to hearing how roll ups advance KPI tracking in your organization. Sound off in the comments!

Source: Announcing submetric roll ups in Power BI Metrics

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