Forum Discussion
Fossil1974
4 years agoFrequent Visitor
Showing x-axis reference lines only when filter is selected
I have the following problem: I want to display in a line chart different dates (DD/MM/YYYY) using x-axis reference lines. The visual shows three measures over a period of time which you can filt...
amitchandak
4 years agoSuper User
Fossil1974 , In case of X-axis and y-axis constant line , you uase a measure using fx option
You can have a measure like
if( calculate(isfiltered(Table[Lead source details]), allselected()) , #date(2022,10,01), blank())
Fossil1974
4 years agoFrequent Visitor
Sorry, but I do not understand your idea. Could you elaborate further about your idea? Thanks !