Forum Discussion

CM12345Office's avatar
CM12345Office
Frequent Visitor
10 months ago
Solved

Help with filtering Date Hierachy

Hello,   I am having trouble around creating a date slicer.   I have a date table that starts from June 25 (As I have no data earlier than that). This works as a slicer but only monthly da...
  • Ashish_Mathur's avatar
    10 months ago

    Hi,

    If you create a Calendar table using this DAX calculated table formula, then you will not face this problem

    Calendar = calendar(min(Data[Date]),max(Data[Date]))

    Also, in the Calendar table, create calculated column formulas for Year, Month name and Month number.  Sort the Month name column by the Month number.  To your visual, drag Year and Month name from the Calendar table.