Displaying charts with Chart.js
Chart.js is a popular, open-source JavaScript library that allows you to create beautiful, interactive, and responsive charts. When integrated into Power Pages (formerly Power Apps Portals), it provides a powerful….
Chart.js is a popular, open-source JavaScript library that allows you to create beautiful, interactive, and responsive charts. When integrated into Power Pages (formerly Power Apps Portals), it provides a powerful….
FetchXML is a powerful query language used in Microsoft Dataverse, and it allows you to retrieve and manipulate data from the platform in a flexible and structured way. One of….
Sorting data dynamically in views within Power Pages can significantly improve the user experience, especially when dealing with large amounts of data. Power Pages uses Dataverse as its backend, and….
Custom pagination for Entity Lists in Power Pages can be implemented to improve the user experience, especially when dealing with large datasets. By customizing the pagination, you can control how….
Filtering forms by the current user in Power Pages is a useful feature that allows you to dynamically display records or data that are specific to the logged-in user. This….
Optimizing the performance of Power Pages is essential to ensure a smooth and responsive user experience, especially as the complexity of your portal increases. Below are key tips and best….
Browser Developer Tools (commonly known as DevTools) are essential for inspecting, debugging, and optimizing Power Pages (formerly known as Power Apps Portals). Whether you’re troubleshooting a styling issue, fixing a….
FetchXML is a proprietary query language used in Microsoft Dataverse and Dynamics 365 to retrieve data. In Power Pages, FetchXML is widely used for retrieving complex, filtered, and related data….