Power BI Developer community February 2020 update
This blog post covers the latest updates for Power BI embedded analytics and Power BI visuals platform
» 자세히 보기This blog post covers the latest updates for Power BI embedded analytics and Power BI visuals platform
» 자세히 보기We are excited to announce the availability of a new Power BI API called the activity log, which enables Power BI service admins to track user and admin activities within a Power BI tenant.
» 자세히 보기This blog post covers the latest updates for Power BI embedded analytics and Power BI visuals platform
» 자세히 보기Embed paginated reports in your own application for your customers
» 자세히 보기We’re thrilled to introduce template apps update capability! From now on, after downloading and connecting a template app from AppSource every Power BI Pro or Premium user can update the app while preserving the connection configuration.
» 자세히 보기This blog post covers the latest updates for Power BI embedded analytics and Custom Visuals.
» 자세히 보기This blog post covers the latest updates for Power BI embedded analytics and Custom Visuals.
» 자세히 보기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.
» 자세히 보기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.
» 자세히 보기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!
» 자세히 보기