PowerBI.tips

Filled Donut Chart, Yumm..

October 8, 2019 By Mike Carlo
Filled Donut Chart, Yumm..

We are starting today off with a fun chart. We will be making a filled donut chart. Typically, I don’t use donut charts but in this case I think we have a good reason, and it’s delicious…

The data being used in this visual varies from o to 100%. This could be something like a test score or a compliance number. Thus, we will be using the donut chart to represent a completion of 100% or some variant below.

Video on how to build this chart.

During this video we used a couple measures. They are the following:

Measures

Average Product Score = AVERAGE( ‘Product Scores’[Score] ) / 100

Average Product Score Inverse = 1 - [Average Product Score]

Where the value of the Score comes from the Product Scores table. The Score column ranges from 0 to 100%. If you like this visual and want to download a sample file visit my GitHub page.

Previous

Power BI datasets: A Method to the Madness

More Posts

Sep 2, 2026

Business Ops Has Moved to GitHub

Business Ops, the Power BI Desktop external-tools manager, has moved from PowerBI.tips Products to GitHub for better distribution, simpler updates, and easier code management.

Aug 13, 2026

Fabric as a Backend – Ep.554

Mike has been building apps on Fabric as a backend since January, and he's coining it FAB. The case isn't that you already own Fabric — it's that the workspace identity, git integration, and SQL database remove the wiring you'd otherwise do by hand in Azure.