Bar chart of column Sum

Hi @Ian_T

not sure you can display a summarize information from table.
I suggest the following :

  • Create a “total table”, with row “First”, and “second”
  • in a formula column, i would write this using switchif() function to refer to different columns SwitchIf(thisRow.Name="First",[Ian_T Problem].First.Sum(),thisRow.Name="Second",[Ian_T Problem].Second.Sum())
  • Draw total table


Configuring the table this way

Please let me know if I misunderstood yoir point
thanks !

Quentin

1 Like