I quite often encounter the problem that I need some data - for example for different dates - in a visual because I need them for a calculated field, but I do not want them to be displayed in the visual.
For example, I want to calculate the percent difference over one year for a value at the current date, but I do not want to also show the respective calculated value for the same date of last year in the visual (in this case a table). I cannot filter in only the current month because then the calculated field doesn’t work anymore - it needs the data for the previous year, too. But when I include both months, it also creates a column (or whatever) in the visual for the last month, which I don’t want to show.
Example for such a calculated field:
periodOverPeriodPercentDifference({value_for_selected_product}, {as_of_date}, MONTH, 12)
As I understand it, this is not possible. Please create a Feature Request for a feature to be able to hide values of a field in the visual without filtering them out / excluding them from calculations.