Question

Merging cells in Looker

  • 30 January 2023
  • 1 reply
  • 61 views

Is it possible to merge cells or rows in Looker dashboards like what we can do in Excel? 


1 reply

Userlevel 1

It is not possible to merge cells but depending on what you want to accomplish you can create a table calculation and use the CONCAT(column1, “ “, column2) method to group the content of 2 “cells” together and then you can hide the source columns from the visualization.

Reply