Forum Discussion
Anonymous
3 years agoNot applicable
Not getting separate values when breaking down by labels
I have a dataset pulled from an excel sheet that is manually updated. There is a Task column with 3 values and sometimes a task will go months without any updated values. I'm setting up a report for ...
some_bih
Community Champion
3 years agoHi Anonymous check part
VAR SelectedTask = "instance segmentation"
you shoud have some function in part after = , like VAR SelectedTask =FILTER(<Your table>, <your column>= "instance segmentation")
I hope this help