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
3rd April 2020 Power BI – COALESCE Function to Remove Blanks This post walks through a simple use of the coalesce function to prevent a measure returning Blank. This function was introduced to Power BI in March 2020. Categories Power BI
25th March 2020 Power BI – Introducing the Hierarchy Slicer The new hierarchy slicer allows for data to be sliced based on different levels. This will reduce the number of slicers required on a report page. Categories Power BI/How to
9th March 2020 Power BI – Reset Slicers with a Bookmark Button When your report has a bunch of slicers and charts that can also add filters to the page resetting back to no filters can be painful. So we need a quick way to reset slicers. This post walks through the steps of creating a bookmark and the using that bookmark to reset the page by clicking a button. Introduction This... Categories Power BI/Introduction
6th March 2020 Power BI – Slicers Introduction Power BI reports can be made more flexible using simple slicers to allow your report consumers to slice and dice the data shown. Categories Power BI
21st January 2020 Power BI – Connecting to Project Online This post walks through connecting to Project Online to visualise the data in Power BI. This is the first post in a series of building a set of reports. Categories Power BI/Project
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