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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi Guys,
I have to calculate percentage respective dimensions. we have "status" colunm and within we have "C"(Complience) and "N" (Non Complience) status. we need to calculate % if Complience status ='c' then it will give us Complience % respective Name dimension if Complience status ='N' then it will give us non Complience % respective Name dimension respective total of all status count. but what % we calculate(respective Complience/non Complience) result must be in one colunm.
this link for sample dataset :
Dax I have used:
1)Status Count = CALCULATE(COUNT(SLA[status]))
2)Complience Count = CALCULATE(COUNT( SLA[status]),FILTER(SLA,SLA[status]="C"))
3)Non Complience Count = CALCULATE(COUNT( SLA[status]),FILTER(SLA,SLA[status]="N"))
4)test21 = [Complience Count]/[Status Count]
5)test22 = [Non Complience Count]/[Status Count]
If getting any lead really Appricated.
Thanks.
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.