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.
Hello All,
pls i have this table
i will like to calculate Percentage of all, i want my total Conflict to show as 100% and The Crisi TM a percentage of the Total Conflict, While Unresolved Tm a percentage of the Total conflict.
Below is what i want to achieve;
@odada11 , if Total Conflict is measure
create new measures by diving then to Total Conflict
divide([Total Conflict], [Total Conflict])
It this a row value
divide([Total Conflict], calculate([Total Conflict], filter(allselected(Table), Table[Type]= "Conflict") ))
or
divide([Total Conflict], calculate([Total Conflict], Table[Type]= "Conflict") )