Forum Discussion
acj5607
2 years agoNew Member
line stacked
I have a table with Unique row of IDs. For each ID, there are columns that cover various attributes for the unique IDs (Status, impact, date created). Trying to create column and stacked ch...
amitchandak
2 years agoSuper User
acj5607 . Not very clear but you need measures like
Sumx(Table, if(([High]+[Medium]+[Low]),1,([High]+[Medium]+[Low]), blank())
The information you have provided is not making the problem clear to me. Can you please explain with an example.
Appreciate your Kudos.
acj5607
2 years agoNew Member
I've reposted the problem, hopefully it is a bit clearer