Taking advantage of the new co-authoring experimental feature of Power Apps canvas studio I have now published Planner Gantt Chart app source files in GitHub repository. This was originally requested by TaskeHAMANO last month and as this maneuver nicely supports my upcoming session at the European Power Platform Conference I decided to move forward with…More
Star rating in Power Apps canvas app with decimals
You are probably aware of the out-of-the-box rating control in Power Apps. It’s a good way of presenting a rating if all you need is whole number values. Let’s say you need a 5-star rating with possible values from zero to five. If it’s okay, that possible values are 0, 1, 2, 3, 4 and…More
Planner Gantt Chart app’s rescheduling features
What’s the most common thing people want to do on a Gantt chart? Postpone tasks! 😂 I don’t have any statistics to back that up, but at least my own experience is similar – the most editing needed per task is to either move the task forward in the timeline or to adjust task’s due…More
Power Apps canvas “drag & drop”
I was implementing some new features into the Planner Gantt Chart app I’ve originally published almost year ago. The feature I was working on was a capability for the user to drag and drop tasks on the Gantt chart back and forth in the timeline. This led me thinking that perhaps this technique is something…More
New version of Planner Gantt Chart released: apply your own themes!
Last May I published a blog post describing the main features of the Planner Gantt Chart I had been working on. Now I finally took some time and released a new version of the app. You can still download the app from the same place, use it freely in your organization and make any modifications…More
Using a Webhook to call a Logic Apps based integration pipeline
Logic Apps provides a Dataverse trigger that we can use to automatically start the workflow if a new row to a specific table is created or an existing row in a specific table is updated. In a recent project, however, the same Logic Apps worklfow was used to react to changes in both Account and…More
Displaying Entity Image in Power Apps portal with Table Permissions enforced
Recently, when working with a customer project with Power Apps portal, I bumped into a problem I was not able to solve without writing a custom plug-in. The business case was to list all contacts of the current user’s account in the portal with each contact’s Entity Image displayed. The simplest way to do this…More
Power Fx – Using the Sequence Function
Even though Power Fx Sequence function has been there for a while, I discovered it myself quite recently while implementing the Planner Gantt Chart app. Short intro to Sequence(…) function Basically the function – as the name suggests – generates a sequence of numbers. You must provide the number of elements to generate and optionally…More
Turn your Power BI reports into interactive dashboards with Power Apps and DirectQuery
Typically, when you create a Power BI report, you provide the end user a view to the present and past time. For decision makers this rarely is enough, since decisions should be also based on predictions of the future. In this blog post I’ll introduce a demo case where an interactive report is created to…More
Using the Add to Teams functionality to Teamify your Power Apps app
When I introduced two ways to surface Power Apps in Teams in my previous blog post, I missed one, which is the latest addition to the toolbox to get your Power Apps to Teams – although it’s been there for a while already. However, I’ve never used it before, so I thought I’d give it…More