Forum Discussion
Vsaez
5 years agoFrequent Visitor
Problem to filter visual
Hello, I hope you are well I have a column, called Year_Month, where I have a combination between the year and the month, for example 202101, 202102, etc etc I have to filter a visual by two valu...
Greg_Deckler
5 years agoCommunity Champion
Vsaez A guess but check your data types and make sure that everything is a string and that you don't have a whole number data type in there for some reason. If you do, try adding & "" to it to force it to a string.