Creating Custom Data Views in Canvas Apps with Power Fx Functions
While working on a Canvas App within Power Apps, I encountered a scenario where I needed an automated calculation to handle tax computations. Typically, this would require creating a new calculated field within the Dataverse to perform the calculation. However, adding a calculated field to the Dataverse seemed unnecessary in this case, as the calculation… Read More »
The post Creating Custom Data Views in Canvas Apps with Power Fx Functions first appeared on Microsoft Dynamics 365 CRM Tips and Tricks.
Published on:
Learn moreRelated posts
How to use JOSN data in Canvas APP received from a web API response
To use the JSON response of a Custom Connector in a Canvas App in Power Apps, you can access, parse, and display the data directly within the ...
Implementing Dynamics Dropdown Filtering in Canvas APP
Cascading dropdowns allow users to select values in a hierarchy. For example, when a user selects a Country, the State dropdown is filtered to...
Power Apps – Test your canvas apps prior to the being migrated to the New Analysis Engine
If you're using Power Apps canvas apps, it's essential to test them before migration to the New Analysis Engine. The new engine was rolled out...
Dynamic Dropdown Filtering in Canvas App
Wrapping Feature in Power Apps: Converting Canvas Apps into Native Android Mobile Apps
The Wrap feature in Power Apps allows you to transform your Canvas app into a native mobile app. This process is especially beneficial for org...