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.
I have a database, where one of the columns shows scores between 0-10.
While creating a dashboard with graphics, I want to show what % of that column represents the scores between 8-10.
Ex. If I have 10 rows, and 8 of them are scores 8-9-10, I want the final product to be 80%.
How do I do that? I've tried several methods and I was not able to.
Thanks in advance for the support.
Solved! Go to Solution.
@mglomb , try a measure like
divide(countrows(filter(table, table[score]>= 8 && table[score]<=10)),coutrows())
Hi, I've checked and it didn't work. Maybe I'm doing something wrong, so let me add pictures to help you to help me 🙂
Up to the expression of <=10, it's working fine, but trying to add the countrows after will give the error message you can see here. Thoughts?
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.