Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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
Solved! Go to Solution.
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.
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.
Thank you. I really appreciate your effort
Also a card displaying Y0Y will be great
Check out the November 2023 Power BI update to learn about new features.