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

View all the Fabric Data Days sessions on demand. View schedule

Reply
nick9one1
Helper III
Helper III

calculate the fiscal week, but getting duplicates

Can anyone help with this? 

I'm trying to calculate the fiscal week, but getting duplicates. 

Fiscal Week Num = 
VAR _FiscalWeekStart = 27
RETURN
    IF (
        NickDimDate[Week] >= _FiscalWeekStart,
        ( NickDimDate[Week]  ) - ( _FiscalWeekStart - 1 ),
        52 + ( NickDimDate[Week]  ) - ( _FiscalWeekStart - 1 )
    )

nick9one1_0-1675252351242.png

 

1 REPLY 1
RemyO
Resolver I
Resolver I

Your DAX seems ok

 

First row = 52 + 1 - 27 + 1 = 27

Second Row = 53 - 27 + 1 = 27

 

So its not your DAX that isnt working but it seems the formula you are using isnt doing what you expect.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors