Is it possible remove week number when user selects a month view?

I’ve implemented a parameter that enables users to choose between day, week, month, and year. However, when month or year is selected, the week number causes confusion and disrupts the view. As a solution, I’d like to display the week number only when week is not selected, ensuring a more straightforward and cohesive visualization. Is this possible?

@Phillip_Le -
You can’t hide or show columns within a visual based upon a parameter. However, if you use free form layout. You could have 2 visuals layered on each other and conditionally render the visual based upon the parameter value. An example of conditional rendering with free form layout can be found here. Select the bar chart with the pencil icon on it on the left to open this is analysis mode and you can see how it was built.

1 Like