Forum Discussion
koko_pbi
3 years agoFrequent Visitor
limits date ( from date table ) slicer with date (from data table ) min and max
hello, i think i need your help, i'm trying to limit my date slicer from the first date of my data to the last date, but the probleme is that , i don't find how to do it, (i don't want t...
- 3 years ago
koko_pbi , Create a measure on fact
countrows(fact)
and use that in the visual level filter and check for not blank. Use measure not column
amitchandak
Super User
3 years agokoko_pbi , Create a measure on fact
countrows(fact)
and use that in the visual level filter and check for not blank. Use measure not column