Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
shailendransit
Frequent Visitor

Previous Fiscal Year value not calculated correctly

I am trying to get premium value for previous fiscal year and consequently Growth over fiscal year. However, none of the below DAX query giving me correct result. 

---------------------DAX to get Premium value for last fiscal year with SAMEPERIODLASTYEAR function--------------------------

TotalPremium_PY =
VAR LY = CALCULATE(
        [_TOTALPREMIUM],
        SAMEPERIODLASTYEAR('Fiscal Year Calander'[Date].[Date])
    )
RETURN
    LY
-------------------------------DAX to get Premium value for last fiscal year with DATEADD function----------------------------------
TotalPremium_PY =
VAR LY = CALCULATE(
        [_TOTALPREMIUM],
        DATEADD('Fiscal Year Calander'[Date].[Date], -1, Year)
    )
RETURN
    LY
Though the Fiscal Year Calender is related M to M, for calculation, I am filtering out the fiscal year calender so as to give 1 to M relation.
shailendransit_0-1680000987757.png

For both the above DAX, The result is good if report is viewd against Year in one column 

shailendransit_1-1680001108157.png

But the DAX fails to give correct result when viewed against Fiscal year, which is a column of fiscal year calender table.  

Here the Current FY Premium and Last FY Premium is same, which is not correct.

shailendransit_2-1680001246553.png

 

Can anyone help with where I am getting wrong.

1 ACCEPTED SOLUTION
v-shex-msft
Community Support
Community Support

Hi @shailendransit,

I think the time intelligence function may not suitable to work with fiscal date.
Perhaps you can try to use date function to get the current date based on current fiscal date, then you can use this as condition to calculate with previous range records.

Time Intelligence "The Hard Way" (TITHW)  

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

1 REPLY 1
v-shex-msft
Community Support
Community Support

Hi @shailendransit,

I think the time intelligence function may not suitable to work with fiscal date.
Perhaps you can try to use date function to get the current date based on current fiscal date, then you can use this as condition to calculate with previous range records.

Time Intelligence "The Hard Way" (TITHW)  

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.