Hello, I want to make 2 visualizations on the same query. Can I define separate filters for each visualization?

shlead
New Contributor III
 

Manoj12421
Valued Contributor II

Yes you can make just do the same query with different ​filter on new cell and it will be created because using different filter will provide you different record

shlead
New Contributor III

Thanks, is there a way to use only one cell for dataset output and its usage in different graphs with different filters?

RaghavendraY
New Contributor III

@Tanya Shafir​  - If you can use matplotlib library, you can create multiple subplots which will give multiple graphs after executing one cell.

AdrianLobacz
Databricks Partner

Yes, u can make two different visualizations on the same query and u can use different filters on every visualization

taufique_sekh
New Contributor II

Yes, you can create a new cell and run a same query with a different filter, as using a different filter would give you a different record.

shlead
New Contributor III

Can you show an ​example how based on the same query to create 2 different visualizations with different filters?

Priyag1
Honored Contributor II

Yes , u can make