Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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 )
)
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
93 | |
75 | |
65 | |
51 | |
36 |
User | Count |
---|---|
113 | |
90 | |
80 | |
62 | |
40 |