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
Hello.
I have a measure that displays in a card visual the month selected in the Month slicer.
Solved! Go to Solution.
I am referring to the Month name of the Calendar Table which has text months. The column that you are referring to in the CONCATENATEX() function may have date entries. Check and correct for that.
Hi,
This measure works
Measure = CONCATENATEX(VALUES('Calendar'[Month name]),'Calendar'[Month name],",")
Hope this helps.
Thanks Ashish.
Would you be kind enough to modify the DAX so that it will display as "Nov, Dec" instead of currently 11/1/2024. Thanks.
As you can see from the image that i posted, the result is Nov,Dec.
I see that, but I don't know why mine is showing as "11/1/2023, 12/1/2023" as you can see from snip. The format is "Text" but it shows up as date format. How can I correct this? Thanks so much Ashish.
I am referring to the Month name of the Calendar Table which has text months. The column that you are referring to in the CONCATENATEX() function may have date entries. Check and correct for that.
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.