ContributionsMost RecentNewest TopicsMost LikesSolutionsHow to synchronize 2 filters Hi Guys, The requirement is that i have a dashboard need to access 2 different datasource. The 1st widget(table) is extract data from datasource 1, and there is a filter1: serial number The 2nd widget(table) extract data from datasource 2. and the 2nd table also have a column named serial number. We want to achieve that when user do a filter by filter1, the widget1 data refreshed, and also impact to the 2nd widget to reload data base on the filter 1's selection immediately. As i know the filter is also mapping to a special datasource, so it seems not impact widget 2 when i change filter1's value. Any one knows how to do this? I also try to add 2 different filters, 1st filter is for widget1, 2nd filter is for widget2. Is there a work around solution that 2nd filter can synchronize with 1st filter? SolvedRe: How to show 2 fields in 2 rows in sisense pivot Hi Helena, We decide to change the datasource structure. Thanks. Re: How to show 2 fields in 2 rows in sisense pivot Hi Helena, Thanks for reply. Your reply is actually what i looking for. But i am not sure that whether my company policy support use a pluing or not. Is there a @Sisense company official solution for this? How to show 2 fields in 2 rows in sisense pivot Hi I have a dashboard like below, there are 2 qty columns, which is pass qty, the other is total qty(pass + fail). these 2 qty fields are 2 table columns in database, not like field process_name(1 column with multiple process category). The requirement is that user want to show the pass_qty and pass_fail_qty as 2 rows instead of 2 columns.