Forum Discussion

Olamum's avatar
Olamum
Helper II
2 years ago
Solved

undefined

Greetings,

I'm working on enabling a feature where you can click on a specific Financial Year, and in the detailed table below, it will display both the current financial year and the previous year, along with the year-over-year (YoY) client count. So, when you select a financial year, the table will automatically show data for that chosen year and the preceding year, including the YoY client count.

Thanks

Link below



https://drive.google.com/file/d/1bjRWvFBYWfMmbtBB3cOvE9k8w_yOxWSs/view?usp=drive_link

  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Olamum ,

     

    Here's the result.

    My approach is to remove the relationship between the main table and the calendar table. Then create a column for the previous financial year in the calendar table. Create a column for financial years in the main table. Then modify the measure. You want a separate card visual to show the values of the previous financial year, so I created a new emasure display.

    You can download my attachment for more details.

     

    Best Regards,

    Stephen Tao

     

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

4 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Olamum ,

     

    Here's the result.

    My approach is to remove the relationship between the main table and the calendar table. Then create a column for the previous financial year in the calendar table. Create a column for financial years in the main table. Then modify the measure. You want a separate card visual to show the values of the previous financial year, so I created a new emasure display.

    You can download my attachment for more details.

     

    Best Regards,

    Stephen Tao

     

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

    • Olamum's avatar
      Olamum
      Helper II

      Thank you. I really appreciate your effort