Forum Discussion

amelia's avatar
09-26-2022

Create Empty Column in Pivot Table

I would like to have an empty column to create a gap between 2 columns in one of my pivot tables to make it easier to read. Can anyone please advise on this? I tried adding an empty custom column in my cube but it shows up as "N/A"

2 Replies

Replies have been turned off for this discussion
  • harikm007's avatar
    harikm007
    Data Warehouse

    Hi amelia ,

    To Add empty dimension column - create custom text column with space

    To add empty value column - Create a value panel with formula 1/0 (its a hacky solution)

    -Hari