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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anupal
Frequent Visitor

Need to Show the year(last 2 digits) along with dynamic week number in the report header

Hello Members,

 

I need to display the dynamic year,Quarter and week number in the report header

 

What I have is -

 

Anupal_0-1725022779200.png

 

However What I need to show is this-

 

Anupal_1-1725022834089.png

 

so Need to know the DAX for shoiwng this above in the report header.

 

Thanks

AP

 

1 ACCEPTED SOLUTION

Hello @Anupal , 

 

Please create a Calculated column like the below to get the date formatted like you mentioned..

Date Format = FORMAT('Date Table'[Date], "YY"&"'")&"Q"&'Date Table'[Quarter]&" WK"&'Date Table'[Week]


dharmendars007_0-1725030025281.png

 

If you find this helpful , please mark it as solution and Your Kudos are much appreciated!

 

Thank You

Dharmendar S

LinkedIN 

 

View solution in original post

2 REPLIES 2
lbendlin
Super User
Super User

What do you mean by Report Header?

 

Anyway, the FORMAT function gives you that flexibility as long as you can clearly define what you mean by Week.

Hello @Anupal , 

 

Please create a Calculated column like the below to get the date formatted like you mentioned..

Date Format = FORMAT('Date Table'[Date], "YY"&"'")&"Q"&'Date Table'[Quarter]&" WK"&'Date Table'[Week]


dharmendars007_0-1725030025281.png

 

If you find this helpful , please mark it as solution and Your Kudos are much appreciated!

 

Thank You

Dharmendar S

LinkedIN 

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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.