Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi,
I'm trying to use the Gauge visual to show the number of items for a group as a subset of the whole.
For example, group A has 5 items, group B has 10 items, so I want the gauge visual for group A to show 5 of 15 and the visual for group B to show 10 of 15.
Is this possible?
Thanks!
Solved! Go to Solution.
You can use a measure like this in the Maximum Value field of the Gauge visual to get the pic shown. Replace Gauge with your actual table name.
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
You can use a measure like this in the Maximum Value field of the Gauge visual to get the pic shown. Replace Gauge with your actual table name.
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 12 | |
| 6 | |
| 5 | |
| 5 | |
| 5 |