Forum Discussion

AndMich's avatar
AndMich
Regular Visitor
9 years ago
Solved

Opportunities progress based on date slicer selection

Hi Everyone,   please your advice with the solution,   Little background, I have a table of our sales opportunities that updates it self periodically from SQL. Let`s call it fact table. For thi...
  • Anonymous's avatar
    Anonymous
    9 years ago

    Hi AndMich,

     

    You can try to use below formula to add year month to filter the original table.

    Calculate Column:
    Year Month(End) = IF(MONTH([Query Date]+1)<>MONTH([Query Date]),FORMAT([Query Date],"mm/yyyy" ),BLANK())

     

     

    Regards,

    Xiaoxin Sheng