Category: Power Platform

Preview of Formula columns in Dataverse for Power Apps

Microsoft has announced a preview of Dataverse’s Formula Columns, the next generation of Dataverse.

Now Dataverse has the same functionality, allowing you to express your business logic through existing columns and reference columns in other tables.

Calculations are performed at the Dataverse level, so results can be viewed and used on all Dataverse endpoints, including Dataverse for Teams table views, canvas and model-driven Power Apps, Power Automate, Power BI, and Dataverse APIs. To give just a few examples.

The formula column is based on PowerFx.

More details can be found here.

Boost maker productivity inside Dataverse using formula columns! | Microsoft Power Apps

Announcing Power BI Angular Component

Microsoft has announced a new component library for the Power BI which will work with the Angular Framework.

The Angular component is now live and available on npm and GitHub.

Check out the sample code below to see how to get started embedding Power BI in your Angular application.

IMPORTING THE LIBRARY

import { PowerBIEmbedModule } from 'powerbi-client-angular';
@NgModule({imports: [ PowerBIEmbedModule]})

EMBEDDING A POWER BI REPORT IN AN ANGULAR APPLICATION:

<powerbi-report
    [embedConfig] = {
        {
            type: "report",
            id: "<Report Id>",
            embedUrl: "<Embed Url>",
            accessToken: "<Access Token>",
            tokenType: models.TokenType.Embed,
                settings: {...},
        }
    }
    [cssClassName] = { "reportClass" }
    [phasedEmbedding] = { false }
    [eventHandlers] = {
        new Map([
            ['loaded', () => console.log('Report loaded');],
        ])
    }
></powerbi-report>

The full code and instructions can be found in the Power BI Angular README.

If you want a glance at the look and feel of the new component, you can check out our demo application here.

The app demonstrates the complete flow from bootstrapping the report, to embedding and updating the embedded report, as well as setting events and enabling report authoring.

You can find instructions on how to run the demo in the demo section of the Power BI Angular README.

That’s all for this post. We hope you found it useful.

We’d love to hear more from you! Have any feedback or a great new feature in mind? Please share it with us or vote in our Power BI Embedded Analytics Ideas forum.

Reference Link: https://powerbi.microsoft.com/en-us/blog/announcing-power-bi-angular-component/

DEMO Link: https://powerbi.microsoft.com/en-us/blog/announcing-power-bi-angular-component

Power Platform – GitHub Connector

The Power Platform is not having a connector for GitHub.

Using this connector, user can create a GitHub repo, create a pull request, merge a pull request and , compare commits, trigger a GitHub actions workflow and much more from Power Apps and Power Automate.

The GitHub connector works perfectly with the GitHub Actions for Power Platform released in preview recently

Read more here

© 2023

Theme by Anders NorenUp ↑