total of row_totals

How can I fetch the total of row_totals in my looker visualization into a table calculation?

Thanks!

Hi @liorel ,

Currently, table calculations in Looker can’t directly access the row_totals value — they only work on row-level or column-level data.

As a workaround, you can:

  • Use a measure in your LookML that calculates the total you need.

  • Or, if possible, pivot your data and apply a table calculation across the pivoted columns.