Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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
Solved! Go to Solution.
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
Proud to be a Super User!
= 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! |
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
Proud to be a Super User!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.