20th May 2023 Power Platform Solution and Power BI – Part 2 In Part 1 we added a Power BI to a Power Platform Solution. In Part 2 we will create a dashboard and add it to the model driven app. Categories Power BI/Dataverse/PowerApps
19th May 2023 Power Platform Solution and Power BI – Part 1 Power BI reports can be an important part of a Power Platform solution. Microsoft has added a new feature to Power Platform Solutions to add a Power BI dataset and report. Then you can add the Power BI report in as a dashboard or as an embedded report in a form and add context filtering. Part 1 will cover adding... Categories Power BI/Dataverse/PowerApps
31st May 2020 Power Apps – Embed a Power BI Chart This post covers how to embed a Power BI chart from a published report into a Power App, handling a tile that doesn’t appear and then filtering the embedded chart. Categories PowerApps/How to/Power BI/YouTube
9th April 2020 Power Apps – Build a Responsive App – Adding Dynamic Containers In this post we will use dynamic containers to arrange out content so it moves to the planned location at the different screen sizes. We will need to calculate the screen size and then use it to position and size the containers. This post assumes you’ve done everything in the first 2 posts. Calculate Screen Size In order to make... Categories PowerApps
8th April 2020 Power Apps – Build a Responsive App – Initial Setup A responsive app resizes the app based on the browser window and moves parts of the app to make the app work in different screen sizes. The most common sizes to handle are monitor, tablet and mobile phone. Create the Responsive App In the video and for my example I design the app based on a the larger size and... Categories PowerApps
8th April 2020 Power Apps – Build a Responsive App – Planning Before you start a responsive app you need to plan where each element will be on the screen at the different screen sizes. Planning is vital. Categories PowerApps
27th December 2019 Power Apps – 12 Days of Components This post is to provide the code and resources to support my 12 Days of Components videos which use SVG to create a range of graphics. Categories Uncategorized/Components/PowerApps/SVG
23rd November 2019 Power Apps – Animating SVG Fill Colour and Size In this post I will introduce animating SVG by altering the colour and size of the SVG graphic using variables and a timer control. Categories PowerApps/SVG
26th October 2019 PowerApps – Function Component In this post I write a simple function component that takes one value and returns a calculated value. This creates a resusable function like feature. Categories PowerApps/Components/How to/SVG
25th October 2019 PowerApps – SVG Introduction In this SVG Introduction post we will cover adding a simple SVG drawing to a PowerApp screen. Future posts will show how to manipulate that image. Categories PowerApps/SVG