Tag: Power FX
-
Creating a Finance App with Model-Driven Apps from Scratch – Part 6
<- Part 1 <- Part 4 <- Part 2 <- Part 5 <- Part 3 In this post, I’m going to explain how to use a rollup field to aggregate values. But first, we need an entity to which we can add these aggregates. Each portfolio should have a list of assets, along with its…
-
Creating a Finance App with Model-Driven Apps from Scratch – Part 5
We’ll need to display the total assets in each portfolio. for that first we’ll need for each movement to have two Power FX fields: one showing the amount of assets and the other displaying the amount of currency for that movement. This setup will allow us to aggregate them in the future. The necessary data…
-
Creating a Finance App with Model-Driven Apps from Scratch – Part 3
In the previous post, we created the entity ‘Assets’. These assets can be tradable, and when they are tradable, we want to automatically update their price. To achieve this, we need something in the records to change so that the update flow can be triggered.