Forum Discussion
frankiekho
Helper I
2 years agoLine Chart - After Filter, does not affect the main Line
Hi, as you can see from my screenshot, i have a line chart showing activities that happens in each dot. some dots contain several activities, some have only one activitiy. and i have a vertic...
amitchandak
Super User
2 years agofrankiekho , Create two lines. Enable the marker on one and set the line width to 0 for that line.
The second line without markers removes the filter status description
Assume you using measure M1
M2 = calculate([M1], removefilters(Table[status_description])) // for only line
- frankiekho2 years ago
Helper I
hi amitchandak , thanks for your quick reply. i have created M2, but it couldn't be placed in the "second y-axis" field slot.