Forum Discussion

koko_pbi's avatar
koko_pbi
Frequent Visitor
3 years ago
Solved

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 to use directly the date column in my data table)

is there any way to achieve this with dax measure,  for exemple one date table but multiple date measure if i want to have multiple date slicer depending of the table(s) i want to see

 

i ttried with filte / calculated ; calcultetable/SELECTCOLUMNS but nothing worked , any suggestion ???

 

exemple what i want :

now : 

silcer from date table :   from 01-01-2021   -  31-12-2024

dates in my data/fact table :   10-04-2021   - 25-05-2023

 

i want a slicer from date table, because it's related to other fact table, liek this

10-04-2021   - 25-05-2023

 

 

how to achieve it ?

 

thank you for your help,

  

  • 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

1 Reply

  • 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