Forum Discussion

sid-agarwal's avatar
sid-agarwal
Frequent Visitor
1 year ago
Solved

Custom Date drop down slicer

(this [image above] was made by someone within my org, I dont know who) I want to make a date slicer with a view like shown above where customers can choose which fiscal year (FY) (not in sync...
  • ToddChitt's avatar
    1 year ago

    sid-agarwal 

    Can you not simply add additional attributes to your existing Date Dimension table. Like attribute for Fiscal Year, Fiscal Quarter, etc. Then set up a Hierarchy in that Date Dimension of the Fiscal Year/Quarter/Month/Date.

     

    Oh, and we really don't need to tag you in replies. You should get notifications of any replies regardless 🙂

  • Ritaf1983's avatar
    1 year ago

    Hi sid-agarwal 
    To achieve a wanted filtering functionality you need 2 things :
    1. Fiscal calender , there are many guides of how to create it , for example :
    https://www.youtube.com/watch?v=Lt_nNLQz0IE&t=7s

    2. To add a column to the created column which will check if the date is in current fiscal year and if yes it will giive a text "Current fiscal year" if no the original fiscar year.
    The guide for creating the needed logic :
    https://www.youtube.com/watch?v=um0dTXZhuek

    just adopt it for your fiscal year calender

    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly