Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet 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!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.