How to display parameter filter options horizontally with single-select in AWS

Hi everyone,

I’m working on a parameter filter that has around 3–4 options. By default, the filter options appear vertically, but I’d like to display them horizontally instead. I also want it to be a single-select filter

Could someone please guide me on how to achieve this?

Thanks in advance!

Hi @QS_User , if you do need this horizontal placement, you can

  • create a pivot visual with these 3–4 values placed horizontally
  • use Actions to put a clicked value to your parameter
  • use Calculated fields and Conditional formatting to highlight the selected value.

Thanks @Hrolol , if you could provide any sample dashboard that would be helpful.