DAX: DISTINCT COUNT

Welcome to our post all about the DISTINCTCOUNT function in DAX, because sometimes a COUNT isn’t good enough because it counts duplicates. If you want to use the same Power BI file I use in the below video and written notes to try out DISTINCTCOUNT, here’s the pbix file…

Read More

How to build a ring donut chart

This How To Use Power BI post is all about how to make an impressive looking “Ring Donut” chart with Power BI, specifically using new border options Microsoft has added to Donut and Pie charts. The new border options are NOT super useful in terms of making charts better and…

Read More

Post Series: Pie Charts

Everything you need to know about Pie Charts! Once you’ve connected to some data, you may want to build a Pie Chart. Pie Charts are easy to build and are so easy to build (in Power BI as well as other programs) that they are frequently used.Pie charts are excellent…

Read More

DAX: FORMAT

Welcome to the DAX:FORMAT post, where we’re going to learn the basics of the FORMAT function to format numbers for different circumstances. We’re going to use a simple Power BI file to get to know how to do this. If you’d like to use the same file, you can download…

Read More

DAX: SWITCH

Let’s learn how to use a fun little DAX function called SWITCH. The SWITCH function does just what it sounds like. It switches (see?) one value/thing for another value/thing. Or a list of values/things for a list of other values/things. We’re going to use a simple Power BI file to…

Read More