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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Pricey79
Helper V
Helper V

Help with Date Cards please

Hello everyone , I was hoping someone could help.

 

I have a target date column in my query, but I would like to show that as a week number on a visual ( I guess a card?)

How do I do that please?

 

So for example, Product A is clicked on and the card says Target Date is Week 36

 

Thank you in advance. 

1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

Hi, @Pricey79 

please try to create a measure something like the below.

 

Show TargetDate as WeekNo =
"Week " & WEEKNUM( SELECTEDVALUE('Table'[TargetDate]))
 
Picture4.png
 

Hi, My name is Jihwan Kim.


If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.


Linkedin: linkedin.com/in/jihwankim1975/

Twitter: twitter.com/Jihwan_JHKIM


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

View solution in original post

4 REPLIES 4
Jihwan_Kim
Super User
Super User

Hi, @Pricey79 

please try to create a measure something like the below.

 

Show TargetDate as WeekNo =
"Week " & WEEKNUM( SELECTEDVALUE('Table'[TargetDate]))
 
Picture4.png
 

Hi, My name is Jihwan Kim.


If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.


Linkedin: linkedin.com/in/jihwankim1975/

Twitter: twitter.com/Jihwan_JHKIM


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

@Jihwan_Kim Perfect, thank you so much. 

Pragati11
Super User
Super User

Hi @Pricey79 ,

 

You can use WEEKNUM function to calculate a week against your date column.

Is you target date getting calculated somehow or it is a direct column coming from data?

Link on how to use WEEKNUM function is as follows:
https://docs.microsoft.com/en-us/dax/weeknum-function-dax

 

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

@Pragati11  Thank you for your reply, much appreciated.

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