Forum Discussion
DAFONSO
3 years agoFrequent Visitor
Appear only weekdays in my visual
Hi everyone! I don't think if is possible or not. But i'm trying to have just weekdays on my bar graph. I know the easy way is delet the informacion of my data base, but i don't want the because...
- 3 years ago
I resolve the problem, i create a new colum with this measure
"Weekdays" = IF(AND(WEEKDAY('Calendário'[Date]) >= 2, WEEKDAY('Calendário'[Date]) <= 6), 1, 0)"
and then i put in the filter and then i filter by 1, just showing me the weekdays
Thank you for trying !
Diogo Afonso
DAFONSO
3 years agoFrequent Visitor
I resolve the problem, i create a new colum with this measure
"Weekdays" = IF(AND(WEEKDAY('Calendário'[Date]) >= 2, WEEKDAY('Calendário'[Date]) <= 6), 1, 0)"
and then i put in the filter and then i filter by 1, just showing me the weekdays
Diogo Afonso
and then i put in the filter and then i filter by 1, just showing me the weekdays
Thank you for trying !
Diogo Afonso