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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I'm trying to create a running percentage total where the percentage gets added as such.
I have figured out how to calculate the percentage but need to figure out how to do an incremental addition:
Total = DIVIDE( CALCULATE(COUNT(Exceptions[LabDef])), CALCULATE(DISTINCTCOUNT(Exceptions[Label]), ALL(Exceptions[xid])))
Any help would be appreciated.
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Thanks! Do you have sample pbix where it is used?