Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 69 | |
| 39 | |
| 35 | |
| 23 |