The New Card Visual is out in preview for the June 2023 Power BI Desktop – and it’s absolutely fantastic. With this first drop of the Card Visual we can…
Category: SVG
Convert to Shape
A PowerPoint Quick Trick I found myself needing to create some chart icons this week and I was without my trusty Adobe Illustrator. I instead brought out PowerPoint and began…
KPI Cards with Core Matrix Visual
I came across a Power BI report in development that had 127 visuals (with 107 of them being KPI Cards) on a page. It took a while to load (between…
Microcharts and radial gauges
I’d written in a previous post about building a custom gauge table with HTML. This is an extension of that post with DAX for additional gauges or microcharts. Radial Gauge…
Building a custom Gauge Table with HTML
A quick design for a very specific use case I wanted to visualise scores similar to the above in a way that was quick and easy for me to read…
Taking PureViz for a spin
I came across PureViz in my LinkedIn feed a week or two ago. It immediately caught my attention because lo and behold, there was a rotating turbine 🙂 “Ooh is…
Exploring Data-Driven SVG Part 4 Animation and Filters
After exploring SVG size, colour fill, pattern fill, rotation, polygon paths and arcs, the next natural progression was to explore filters and animation. There are a few methods to animating…
Exploring Data-Driven SVG Part 3 Polygons and Arcs
Following Data-Driven SVG Parts 1 & 2; I next explored polygon paths and arcs. The below “infographic” was an exercise in creativity and was never intended to inform. Thus, breaks…
Exploring Data-Driven SVG Part 2 (Rotation)
Having experimented with colour-fill and width I next wanted to play with rotation. How the devil was I to do that? Google is my friend. And so is CSS Tricks.…
Exploring Data-Driven SVG Part 1 (Colour-fill and Size)
In earlier years of using Power BI I came across an article by David Eldersveld on utilising SVG and colour fill. I was wrapped with the idea and immediately set…