Forum Discussion

Jo5hua22's avatar
Jo5hua22
Helper I
4 years ago
Solved

Column based filtering in scatter plot

Hi users

 

Can you please suggest some Microsoft certified Power BI scatter plot visuals or DAX commands to filter based on column names

 

Example:

Index created based on date.

DateA1A2A3Index
1/10/202110581
2/10/202144822
3/10/2021854563
4/10/202194744
5/10/20219886635
6/10/20215656216
7/10/20212358237
8/10/20211252118

 

I want to create a scatter chart where the X axis is Index, Legend is Year, Y axis has A1, A2, A3

 

There should be a separate filter having the column names as A1, A2,A3. When the user clicks on A1, then only A1 data should be seen in the visual. Can you please help me out ?