Forum Discussion
poweruser55
Helper IV
4 years agoHide line on graph based on filter selection
I have a graph that changes when a filter is selected. There is one line I want to hide for a specific filter selection but keep for the other filter selections. Can this be done?
v-luwang-msft
Community Support
4 years agoHi poweruser55 ,
In my opinion ,you need to create a measure:
measure=if(selectedvalue'Poc'[column]='b',blank(),[before values])
And if question still alive,could you pls share a sample data(Remember to remove confidential data) ,and expect output?
Best Regards
Lucien
- poweruser554 years ago
Helper IV
There are 4 lines in the above graph. When POC is selected in the filter I want the solid purple line to dissapear lets call it Line 1 and say it comes from Table 1. I still haven't figure this out, I only want the solid purple line to dissapear when POC is selected. v-luwang-msft