Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
We want to represent the data as per the Financial year, Therefore, We want to start the months from April and ends with March.
Solved! Go to Solution.
Hi @Anonymous ,
Do you want to create fiscal year ?
Create a new column for Fiscal Year:
FY = IF(AND('Calendar'[Month]>=4,'Calendar'[Month]<=12),'Calendar'[Year]+1,'Calendar'[Year])
Hope this helps...
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Do you want to create fiscal year ?
Create a new column for Fiscal Year:
FY = IF(AND('Calendar'[Month]>=4,'Calendar'[Month]<=12),'Calendar'[Year]+1,'Calendar'[Year])
Hope this helps...
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous ,
Create a month year sort column for month year
if(month([Date]) <=4, (YEAR([Date]) -1)*100 + month([Date]) +9, (YEAR([Date]) )*100 + month([Date]) -3)
for month sort
month Sort =
if(month([Date]) <=4, month([Date]) +9, month([Date]) -3)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
72 | |
62 | |
51 | |
48 |
User | Count |
---|---|
206 | |
90 | |
61 | |
59 | |
57 |