Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I have an issue with displaying the YYYYMMDD format in a calculated measure. All my computer and Power BI settings are regionally correct. All my data columns have the correct format YYYYMMDD. My customer wants me to visualize the dates chosen in the filters and I use a calculated measure with MIN and Max dates to get the "First Selected Date" - "Last Selected Date" shown in my "Chosen Filters" visual. My problem is that dates shown in the "Chosen filters" visual are displayed in the MMDDYYYY format. Please see the attached picture.
Grateful for any ideas of how to change the format in the calculated measure to the YYYYMMDD?
Alisea
Solved! Go to Solution.
@Alisea_MI , Not very clear on this .
But you can have text format like
in column = Format([Date],"YYYYMMDD")
in measure = format(Max(Table[date]),"YYYYMMDD")
@Alisea_MI , Not very clear on this .
But you can have text format like
in column = Format([Date],"YYYYMMDD")
in measure = format(Max(Table[date]),"YYYYMMDD")
Thank you, I've just had the exact same problem and this has sorted it for me.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.