Step up your game as a Power BI developer by learning how to develop single page applications (SPAs) to embed Power BI reports and dashboards using the ever-popular React.js library. If you’re able to attend this Power BI Dev Camp session on Thursday, December 17th, you’ll learn how to design and develop SPA applications using React components to handle routing, navigation and Power BI embedding.
» 詳細を読む 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’re thrilled to announce the release of Power BI component for React.js. React.js is a popular open-source JavaScript library, and many of you asked for an easier integration between Power BI and React web applications.
» 詳細を読む We’re excited to announce new developer samples for Power BI embedded analytics. These new samples should help developers get up and running quickly in a variety of programing languages and frameworks, and provide examples of REST APIs calls from different programing languages.
» 詳細を読む We are thrilled to announce an additional layer of capabilities, allowing you to export a Power BI report by using a REST call, to the following file formats: PDF, PPTX (PowerPoint) and PNG.
» 詳細を読む We’re excited to announce the release of Power BI APIs .NET SDK v3. The new version is easier to use, have additional capabilities including the new credentials classes and easier way to encrypt credentials.
» 詳細を読む 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
» 詳細を読む 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!
» 詳細を読む