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! Learn more

Reply
abc_777
Super User
Super User

add week number to card

Hi,

 

I use the following formula to create a column for week number then select don't summarise and i cannot use this column to a card visualisasion

Weeknum = WEEKNUM(BMCalendar[Date],2)
 
please help me to create a measure os some how  i can show week number to card visualisasion
 
thanks
1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@abc_777 

card can't display list,only can display single number. you can display sum, average, max , min, etc. What's the expected output? 

https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-card

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
CNENFRNL
Community Champion
Community Champion

= WEEKNUM(MAX(BMCalendar[Date]),2)

Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension!

DAX is simple, but NOT EASY!

ryan_mayu
Super User
Super User

@abc_777 

card can't display list,only can display single number. you can display sum, average, max , min, etc. What's the expected output? 

https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-card

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.

Top Solution Authors