Forum Discussion
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
- Anonymous2 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
- OlamumHelper II
Ashish_Mathur
Thanks - OlamumHelper II
Also a card displaying Y0Y will be great
- AnonymousNot 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.
- OlamumHelper II
Thank you. I really appreciate your effort