Forum Discussion
Anonymous
4 years agoNot applicable
Power BI
Hello Community! I am trying to visualize some of a column's values, as fixed values of a line chart, and then only plot the other values when selected in a slicer for example a column containing l...
amitchandak
Super User
4 years agoAnonymous , Create a new column
If([Column] in {"A","B","C", "D", "E", "F"} , "A-F",[Column])
Now using this you can select A-F always in slicer