Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi, in my date table, how can I have the Financial year column saying 2024-2025 instead of just 2024?
| Date | Quarter | Financial Year |
| 01/04/2024 | Q1 | 2024-2025 |
| 01/05/2024 | Q1 | 2024-2025 |
| 01/06/2024 | Q1 | 2024-2025 |
| 01/07/2024 | Q2 | 2024-2025 |
| 01/08/2024 | Q2 | 2024-2025 |
| 01/09/2024 | Q2 | 2024-2025 |
| 01/10/2024 | Q3 | 2024-2025 |
| 01/10/2024 | Q3 | 2024-2025 |
| 01/12/2024 | Q3 | 2024-2025 |
| 01/01/2025 | Q4 | 2024-2025 |
| 01/02/2025 | Q4 | 2024-2025 |
| 01/03/2025 | Q4 | 2024-2025 |
Thanks
Solved! Go to Solution.
Hi @RichOB,
Thank you for using Microsoft Fabric Commjunity Forum.
Create a calculated column in the Date table to determine the quarter for each date. Next, add another calculated column using a DAX formula to compute the Financial Year. After creating these columns, test the Financial Year column by adding it to a table visualization in Power BI. Finally, ensure that the Financial Year correctly displays the fiscal year range (e.g., "2024-2025") based on each date to verify its accuracy.
I have created a Power BI file (.pbix) that implements the solution for displaying the Financial Year in the desired "YYYY-YYYY" format.
If this post was helpful, please consider marking Accept as solution and give us Kudos to assist other members in finding it more easily. If you continue to face issues, feel free to reach out to us for further assistance!
Thank you.
Hi @RichOB,
Thank you for using Microsoft Fabric Commjunity Forum.
Create a calculated column in the Date table to determine the quarter for each date. Next, add another calculated column using a DAX formula to compute the Financial Year. After creating these columns, test the Financial Year column by adding it to a table visualization in Power BI. Finally, ensure that the Financial Year correctly displays the fiscal year range (e.g., "2024-2025") based on each date to verify its accuracy.
I have created a Power BI file (.pbix) that implements the solution for displaying the Financial Year in the desired "YYYY-YYYY" format.
If this post was helpful, please consider marking Accept as solution and give us Kudos to assist other members in finding it more easily. If you continue to face issues, feel free to reach out to us for further assistance!
Thank you.
Hi @RichOB
Please refer to the linked guide :
https://www.youtube.com/watch?v=ef-KmCB-qXY&t=14s
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Add a calculated column that adjusts the year to the format you want
Please mark this post as solution if it helps you. Appreciate Kudos.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 84 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |