Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi
Im a Power BI newbie 🙂
I have 55 rows of data and "Column1" is either "Promoters" or "Passives"
I want to show a gauge of the data.
I think 45 are Promotors and 10 are Passives but I'm seeing this ....
Thanks
P
Solved! Go to Solution.
@pmjwhelan , A pie will split gauge will not,
You have to create a measure
countrows(filter(Table, Table[Column1] = "Promoters") )
@pmjwhelan , A pie will split gauge will not,
You have to create a measure
countrows(filter(Table, Table[Column1] = "Promoters") )
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.