Forum Discussion

thiamhuat2026's avatar
thiamhuat2026
Icon for Helper III rankHelper III
4 months ago
Solved

Display Chart with Normalized Values

I have this Count of Case ID by Category.  But I want to display its normalized values which is equal to the (Sum of CaseID)/`EDU_with_Carpark'*100. How can I get the normalized values?  
  • krishnakanth240's avatar
    krishnakanth240
    4 months ago

    Can you try this

    Normalized Value (%) =

    DIVIDE(COUNT('Table'[Case ID]),    SELECTEDVALUE('Table'[EDU_with_Carpark])) * 100