Entradas etiquetadas: power bi
Announcing new contact lists for reports and dashboards in the Power BI service
The new contact list for reports and dashboards makes it easy to support end users by providing a contact list that includes multiple users or even groups in the Power BI service. When used with the New Look for the Power BI service, end users can quickly find and contact someone to make timely data driven decisions. Read on to learn more about the new contact list capability.
» Más informaciónIntroducing Power BI mobile app’s new look (preview)
Today, we’re excited to announce the public preview of the “new look” now available on Power BI Mobile. We’ve refreshed our app and introduced new experiences, adding a home page that provides quick access to your commonly used content, and new navigation bars that give you an easy way of navigating through the app. With the new and refreshed experiences, it’s now quicker and easier to find what you need, when you need it.
» Más informaciónWhat’s new for SQL Server 2019 Analysis Services RC1
We are excited to announce RC1 of SQL Server 2019 Analysis Services (SSAS 2019). The SSAS 2019 release is now feature complete! We may still make performance improvements for the RTM release. RC1 introduces the following features: Custom ordering of calculation items in calculation groups Query interleaving with short query bias for high concurrency workloads Online attach for optimized synchronization of read-only replicas SuperDAXMD for improved performance of Power BI reports over SSAS multidimensional Governance setting to control Power BI cache refreshes
» Más informaciónAnnouncing custom branding for your organization
Today, I am thrilled to announce the release of custom branding for the Power BI service. Now you can change the look and feel of the Power BI service to match your corporate theme with just a few clicks!
» Más informaciónPower BI Service and Mobile July 2019 feature summary
It’s time again to recap the major features and announcements we made in the Power BI service and mobile for the month of July.
» Más informaciónPower BI Service and Mobile June 2019 feature summary
June was yet another exciting month for Power BI! Read on for a summary of the announcements we made in both the service and mobile.
» Más informaciónSending refresh notifications to others
Announcing support for sending refresh failure notifications to others in addition to the dataset owner. This feature enables dataset owners to monitor data refreshes more reliably and more effortlessly than before. It can help to ensure refresh issues get noticed and addressed in a timely manner.
» Más informaciónUnlock Petabyte-Scale Data Sets in Power BI with Aggregations – Upcoming General Availability!
With Power BI aggregations, organizations can perform petabyte-scale analytics with instant response times, exploring and analyzing trillions of rows of data and interactively extracting insights on the fly. Aggregations can dramatically reduce the cost of unlocking large datasets for decision making.
» Más informaciónAvoiding workspace loops by expanding navigation properties in the GetGroupsAsAdmin API
As a Power BI service admin, do you frequently need to list all workspaces in your tenant, and all reports, dashboards, and datasets in those workspaces as well? If the answer is yes, you probably had to build your solution such that in a first call, all workspaces had to be retrieved by using the GetGroupsAsAdmin API or the Get-PowerBIWorkspace cmdlet. It was then necessary to loop through the result set to make additional calls to get the reports, datasets and dashboards within each workspace by using the GetReportsInGroupAsAdmin, GetDashboardsInGroupAsAdmin, GetDatasetsInGroupAsAdmin APIs or the Get-PowerBIReport, Get-PowerIBDashboard, and Get-PowerBIDataset cmdlets respectively. Unfortunately, this approach is slow and inefficient. In a large Power BI environment, it is even impractical. There must be a better and more efficient way! The secret to avoiding these expensive loops is in the OData Expand Query Option ($expand)—and I am proud to announce the recent release of support for $expand in the GetGroupsAsAdmin API!
» Más información