Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like to apply filters for the table but not changing numbers for some columns. Can I do fixed numbers for some columns?
Hi, you can {1} to ignore selections: Sum({1} Sales) will sum all sales ignoring selections.
Sum({1} TOTAL Sales) will also ignore dimension fields.