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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
measure used
percentage =
var x = calculate(count('table'[ky]),'table'[rs]="pass")
var y = count('table'[ky])
var qd = if(isblank(divide(x,y)*100),0,divide(x,y)*100)
return
qd
this is one of column where values are in decimal and why powerbi subtotal column shows wrong total.
Kindly help on how to fix it
Perhaps show us your measure? I know that the total sumx is often incorrect, see this post:
https://www.sqlbi.com/articles/why-power-bi-totals-might-seem-inaccurate/
Proud to be a Super User!
Can you show the involved columns and the underlaying data as a example?
Proud to be a Super User!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!