Display percentage (%) of an item (DAX)
Item Percentage = CONVERT((ROUNDUP([count_of_items_with_exception] / [count_of_all_items], 2) * 100), String) & "%"
Item Percentage = CONVERT((ROUNDUP([count_of_items_with_exception] / [count_of_all_items], 2) * 100), String) & "%"